Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insert into tbl(fld1, fld2) values(1,2) #1807

Open
mathiasrw opened this issue Sep 25, 2023 · 2 comments
Open

insert into tbl(fld1, fld2) values(1,2) #1807

mathiasrw opened this issue Sep 25, 2023 · 2 comments

Comments

@mathiasrw
Copy link
Member

According to #1806 (comment) alasql does not support

insert into tbl(fld1, fld2) values(1,2)
@vamsikrishnacse
Copy link

Hi @mathiasrw can i work on this issue? and can you pls provide me some more information to move forward.

@mathiasrw
Copy link
Member Author

Sure!

Fist, have a look at https://github.com/AlaSQL/alasql/blob/develop/CONTRIBUTING.md and then use the yarn jison command before running yarn test

BUT

the last few months I have had problems with compiling a new jison. Some deep dependencies have been updated and now I cant recreate a version that produces a jison parser that works.

Sooooo - what would be really helpful and first step to this, would be to make sure that yarn jison && yarn test is running. You will see that the version in src/alasqlparser.js is currently 0.4.18 and after recompiling goes to something else (i think its 0.6).

The way forward is to

  • a) get it back to use v 0.4.18 by using the resolutions field to overwrite (deep)dependency versions
  • or
  • b) to find out why the generated alasqlpartser.js does not work.

The fix for b) is the smalles (as its probably a naming thing or something else that is slightly different) but timewise it will probably be faster to go with a). So - it really depends on your appetite for adventure...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants