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

Bump sqldelight to 2.0.2 #99

Merged
merged 4 commits into from
Apr 19, 2024
Merged

Bump sqldelight to 2.0.2 #99

merged 4 commits into from
Apr 19, 2024

Conversation

Adriel-M
Copy link
Collaborator

No description provided.

@@ -168,7 +168,8 @@ blob_data_type ::= 'BYTEA' | 'BLOB' | 'BYTES' {
override = true
}

create_index_stmt ::= CREATE [ UNIQUE ] INDEX [ 'CONCURRENTLY' ] [ IF NOT EXISTS ] [ [ ansi_database_name DOT ] ansi_index_name ] ON ansi_table_name LP ansi_indexed_column ( COMMA ansi_indexed_column ) * RP [ index_using_hash ] [('STORING' | 'COVERING' | 'INCLUDE') LP ansi_indexed_column ( COMMA ansi_indexed_column ) * RP ] [ WHERE <<expr '-1'>> ] {
create_index_stmt ::= CREATE [ UNIQUE ] INDEX [ 'CONCURRENTLY' ] [ IF NOT EXISTS ] [ [ ansi_database_name DOT ] ansi_index_name ] ON ansi_table_name
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@@ -237,7 +238,7 @@ alter_table_set_storage_options ::= SET storage_option_key_values

alter_table_reset_storage_options ::= 'RESET' LP storage_parameter_key (COMMA storage_parameter_key) * RP

extension_stmt ::= {create_sequence_stmt} | {copy_stdin} | alter_database_stmt | {truncate_stm} {
extension_stmt ::= {create_sequence_stmt} | {copy_stdin} | alter_database_stmt | {truncate_stmt} | {set_stmt} | {drop_sequence_stmt} | {alter_sequence_stmt} | {create_extension_stmt} | {drop_extension_stmt} | {alter_extension_stmt} {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@@ -31,7 +31,7 @@ class CockroachDBFixturesTest(name: String, fixtureRoot: File) : FixturesTest(na
"BLOB" to "TEXT",
"id TEXT GENERATED ALWAYS AS (2) UNIQUE NOT NULL" to "id TEXT GENERATED ALWAYS AS (2) STORED UNIQUE NOT NULL",
"'(', ')', ',', '.', <binary like operator real>, BETWEEN or IN expected, got ','"
to "'(', ')', ',', '.', <binary like operator real>, <jsona binary operator real>, <jsonb binary operator real>, BETWEEN or IN expected, got ','",
to "'#-', '(', ')', ',', '.', <binary like operator real>, <jsona binary operator real>, <jsonb boolean operator real>, '@@', BETWEEN or IN expected, got ','",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Adriel-M Adriel-M merged commit 92b33af into main Apr 19, 2024
2 checks passed
@Adriel-M Adriel-M deleted the adriel/bump-sqldelight branch April 19, 2024 14:50
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.

2 participants