Histórico de commits

Autor SHA1 Mensagem Data
  drh a55901a27c Port sqldiff over to use sqlite3_stdio. 3 meses atrás
  stephan 2e32cbc4a5 sqldiff: fail if the 2nd db argument cannot be opened read-only. 5 meses atrás
  stephan 74d5faec93 sqldiff: if the first db argument does not exist, fail instead of creating an empty db. Resolving that for the second argument is trickier, as discussed in [forum:ec2d429e32 | forum post ec2d429e32]. 5 meses atrás
  larrybr 7c6256234c [forum:/forumpost/c9b8d923d5|Fix sqldiff out-of-bounds char classification error mentioned in the forum.] 7 meses atrás
  drh 4167033eaf Update the sqldiff.exe utility program so that it uses the sqlite3_str 11 meses atrás
  drh 0a4c31d87b Fix a harmless compiler warning in the sqldiff.c utility. 1 ano atrás
  drh 675342a5a8 Fix a harmless memory leak in the sqldiff utility. 1 ano atrás
  drh 4308b88dcd Fix an issue with sqldiff reported by 1 ano atrás
  drh a12500005f Remove stray tab characters from auxiliary source code files. 2 anos atrás
  larrybr 2c09a8ad6f For sqldiff, sqlite_schema comparisons must use compound (synthesized) PK. 3 anos atrás
  larrybr a933ec4c25 Make sqldiff able to compare sqlite_schema tables (for detailed schema differences.) 3 anos atrás
  larrybr 1ae057d873 Remove sqldiff --visible-controls option, make it always happen. Add test cases for controls made visible 3 anos atrás
  larrybr e40875d211 Give sqldiff --visible-controls option to deal with non-graphic text content robustly across platforms 3 anos atrás
  dan 42470513b7 Fix a problem in sqldiff virtual table hanlding to do with tab and other non-space whitespace characters in the CREATE VIRTUAL TABLE statement. 3 anos atrás
  dan aff1a57f4d Fix trivial memory leaks in the shell and sqldiff programs. 4 anos atrás
  dan e0404386f2 Fix an inconsequential memory leak in sqldiff. Update the "Sanitize" case in wapptest.tcl to use -fsanitize=address,undefined, and to run more tests. 4 anos atrás
  drh 067b92ba00 Extend the refactoring into extensions. Clean up stray newlines. 4 anos atrás
  drh ac4b8dea9b Fix invalid use of unprotected sqlite3_value objects in the sqldiff utility, 6 anos atrás
  drh fc0ec3e5e8 Add new interfaces for accessing the list of SQL keywords: 6 anos atrás
  drh 7eabc44dee Add the new DO and NOTHING keywords to the keyword lists maintained 6 anos atrás
  dan 07d0f15e93 Fix incompatibilities between the "sqldiff --changeset" command and the 7 anos atrás
  dan 12c56aa452 Fix a bug in sqldiff causing it to confuse blobs zero bytes in size with NULL values. 8 anos atrás
  dan e5a0cfa161 Have "sqldiff --rbu" ignore rows with NULL values in primary key fields. RBU can't handle such rows and the documentation already says sqldiff ignores them. Because the code now uses "=" instead of "IS" to filter on primary key columns, diffs on virtual tables are faster now too. 8 anos atrás
  dan 6ff4627d5d Fix a 1 byte buffer overwrite in the "sqldiff --rbu" command. 8 anos atrás
  dan 12ca5ac3d2 Fix a problem with upper case module names in the "sqldiff --vtab" command. 8 anos atrás
  drh 5225449e5b In the sqldiff program, make sure the first argument to the db_prepare() 8 anos atrás
  dan 9c987a833c Update the sqldiff utility so that if the --vtab switch is specified "rtree", "fts3", "fts4" and "fts5" tables are diff'd directly and the underlying real database tables ignored. Without this switch, all virtual tables are ignored and the diff is performed on the underlying real tables. 8 anos atrás
  dan febfe02300 Update the sqldiff tool so that it generates an rbu_count table. 8 anos atrás
  drh 9493cafe6f Fix harmless compiler warnings that arise with -DSQLITE_OMIT_LOAD_EXTENSION 8 anos atrás
  drh 62e63bb9a9 Fix harmless compiler warnings in sqldiff.c. 9 anos atrás