Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

[BUG] Documentation showing wrong syntax for SQL #139

Open
icarlofer opened this issue Feb 26, 2023 · 0 comments
Open

[BUG] Documentation showing wrong syntax for SQL #139

icarlofer opened this issue Feb 26, 2023 · 0 comments
Labels

Comments

@icarlofer
Copy link

Describe the bug
https://gmousse.gitbooks.io/dataframe-js/content/doc/api/modules/sql.html
On the documentation example the syntax for SQL request is

DataFrame.request('SELECT * FROM tmp');

but upon inspecting the packaged the proper syntax is

df.sql.request(`SELECT * FROM tmp`);

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/modules/sql.html
  2. Follow instruction on how to request
    3 See error
TypeError: dataframe_js_1.default.request is not a function
@icarlofer icarlofer added the bug label Feb 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant