drh
|
51bb5dec6c
|
Fix a test case broken by the previous check-in.
FossilOrigin-Name: 1e61864c3bffec133632f4575d59d11936e8bafc089c4d84a129dcaf7e9b6d7d
|
2023-10-21 11:00:57 +00:00 |
|
drh
|
d5e040b6f0
|
Add string_agg(X,Y) as an alias for group_concat(X,Y), for compatibility
with SQLServer and PG.
FossilOrigin-Name: b91c19bf2680f60d7826ab5d9e7902e2dc2a55d847bbea565a6489d47f2cc8f1
|
2023-10-20 20:19:30 +00:00 |
|
drh
|
fde3043200
|
Stronger defenses against corrupt schemas in the ALTER TABLE logic.
FossilOrigin-Name: 13fbde28173332522a7ad307c1aad2b83c9aa1fe737583afa2b29f6da4de6370
|
2022-03-10 21:04:49 +00:00 |
|
drh
|
7d44b22d45
|
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
|
2022-01-16 19:11:13 +00:00 |
|
dan
|
37f3ac8faa
|
Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE.
FossilOrigin-Name: 2f7c946c5f25a858167f5193ca06e53310394c8cff15426ab8a1327a1ec835fd
|
2021-10-01 20:39:50 +00:00 |
|
dan
|
1fffa73ea2
|
Add tests for sqlite_rename_quotefix(). Fix a memory leak in the same.
FossilOrigin-Name: 531550056c38589c99c9a97b6afdbf8f34ff8d2131d74e9d42af3506e8045064
|
2021-03-16 18:24:49 +00:00 |
|
dan
|
1e24072d05
|
Add internal SQL function sqlite_rename_quotefix(). For converting double-quoted strings to their single-quoted counterparts in DDL statements.
FossilOrigin-Name: d874b300463ce0bbb53b7e2f88c6a12893e4fd751fcc7f810077ba108f4061ef
|
2021-03-15 20:22:34 +00:00 |
|