-
Notifications
You must be signed in to change notification settings - Fork 1
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
Weekly Status Log: Query Interfaces #3
Comments
September 20, 2024– should try a different way of extracting the params (visitor pattern as a ref) different from the one in toString() Goal next week: |
September 25th, 2024Discussion today |
September 27th, 2024Discussion today:
|
Bundles are prepared sets of queries that can be loaded into the cache. There is a demo app in https://github.com/uwdata/mosaic/blob/main/dev/bundle.html. |
October 2, 2024Douglas: updated the node server code to accommodate for the update on the sql builder; started python server update -- todo: update python server code to prepare query in the sample script format Dorian: the toSql function is able to return an object containing the param array and the query string with ? marks -- todo: need to support both prepared and non-prepared versions by having an indicator variable as an input Next step: test the implementation together & make changes if anything doesn't work |
October 4, 2024Pushed all changes to server and sql builder to remote branch Pending: need to find a way to connect to the python server and run test with both sql builder and the python server; maybe write a script that make requests to localhost? |
October 9, 2024meeting updates Dorian -- implemented the query generator to support generating both prepared and non-prepared query strings (buggy now needs a closer look) goals next week: |
October 23, 2024meeting updatesDouglas: Dorian: goals next week:Douglas: Dorian: |
Relevant comment: uwdata#567 (comment) |
November 6, 2024UpdatesDouglas: merged current work with Dorian's branch, backend support for prepared statements ready for node.js server & python server Dorian: updated code in core package related to the implicit use of toString; replaced them with non-prepared toSQL() function for now, passed all unit tests merged code with Douglas' branch Next step:Douglas: Dorian: write unit tests for prepared statements Both: |
November 12th, 2024Updates: added several fixes and passed all unit testing with prepared toSQL function. Passed client test with nodeconnector.js Next step: Douglas: |
This is for uwdata#483, uwdata#510, and uwdata#506. Code is in https://github.com/cmudig/mosaic/tree/prepare.
The text was updated successfully, but these errors were encountered: