Skip to content

Conversation

@mamcx
Copy link
Contributor

@mamcx mamcx commented Jun 20, 2023

Description of Changes

Forbid unsupported syntax in SELECT (like ORDER BY, LIMIT, etc) & improve the accuracy of SQL test suite reporting how many tests were skipped (because for example, they are for GRANT commands that have no support on SQLite or SpaceTimeDB.

API

  • This is a breaking change to the module API
  • This is a breaking change to the ClientAPI

If the API is breaking, please state below what will break

@mamcx mamcx enabled auto-merge (squash) June 22, 2023 14:53
mamcx and others added 2 commits June 22, 2023 13:44
@cloutiertyler cloutiertyler disabled auto-merge June 22, 2023 21:44
@cloutiertyler cloutiertyler merged commit 3a0ead4 into master Jun 22, 2023
cloutiertyler pushed a commit that referenced this pull request Aug 1, 2023
* Forbid unsupported syntax in SELECT (like ORDER BY) & improve accuracy of sql test suite

* Update crates/sqltest/src/main.rs

Co-authored-by: Mazdak Farrokhzad <[email protected]>
Signed-off-by: Mario Montoya <[email protected]>

---------

Signed-off-by: Mario Montoya <[email protected]>
Co-authored-by: Mazdak Farrokhzad <[email protected]>
cloutiertyler pushed a commit that referenced this pull request Aug 1, 2023
* Forbid unsupported syntax in SELECT (like ORDER BY) & improve accuracy of sql test suite

* Update crates/sqltest/src/main.rs

Co-authored-by: Mazdak Farrokhzad <[email protected]>
Signed-off-by: Mario Montoya <[email protected]>

---------

Signed-off-by: Mario Montoya <[email protected]>
Co-authored-by: Mazdak Farrokhzad <[email protected]>
@cloutiertyler cloutiertyler deleted the mamcx/sql_select branch August 1, 2023 21:54
bfops pushed a commit that referenced this pull request Jul 16, 2025
* Add some client tests

This adds tests for the client and the ability to supply a test adapter.
I also tried to mock WS, but for some reason it didn't work and I
figured out making our own adapter is simple enough.
bfops pushed a commit that referenced this pull request Jul 17, 2025
bfops pushed a commit that referenced this pull request Jul 17, 2025
* Fix compilation issue with master

* Initial push for SATS (still WIP)

* Small build fix

* Small update

* Updates from meeting with Tyler

* Fixed issues with LayoutExplicit and added some missing functions

* AlgebraicValue cleanup

* Copied changes from BitCraftMini

* Removed TypeDef

---------

Co-authored-by: Clockwork Labs <[email protected]>
Co-authored-by: Tyler Cloutier <[email protected]>
Co-authored-by: John Detter <[email protected]>
bfops pushed a commit that referenced this pull request Aug 7, 2025
* Add some client tests

This adds tests for the client and the ability to supply a test adapter.
I also tried to mock WS, but for some reason it didn't work and I
figured out making our own adapter is simple enough.
bfops pushed a commit that referenced this pull request Aug 7, 2025
* Fix compilation issue with master

* Initial push for SATS (still WIP)

* Small build fix

* Small update

* Updates from meeting with Tyler

* Fixed issues with LayoutExplicit and added some missing functions

* AlgebraicValue cleanup

* Copied changes from BitCraftMini

* Removed TypeDef

---------

Co-authored-by: Clockwork Labs <[email protected]>
Co-authored-by: Tyler Cloutier <[email protected]>
Co-authored-by: John Detter <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants