Skip to content

Conversation

AdalbertMemSQL
Copy link
Contributor

JSON_AGG
Also, updated NULL_ORDERING_SUPPORTED to True as SingleStore supports this feature, and it made testing easier.
https://docs.singlestore.com/cloud/reference/sql-reference/data-manipulation-language-dml/select/

@@ -691,7 +691,7 @@ def _parse_alter_table_alter_index(self) -> exp.AlterIndex:
class Generator(generator.Generator):
INTERVAL_ALLOWS_PLURAL_FORM = False
LOCKING_READS_SUPPORTED = True
NULL_ORDERING_SUPPORTED = None
NULL_ORDERING_SUPPORTED: t.Optional[bool] = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the type hint here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without it, linter was giving errors

@georgesittas georgesittas merged commit 1c42ef4 into tobymao:main Sep 8, 2025
6 checks passed
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.

3 participants