SQLite

All files named ”ext/misc/dbdump.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/misc/dbdump.c

2020-07-29
16:18
[00a4ac1807] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 21774)
2020-06-19
15:24
[b8592f6f2d] part of check-in [7a876209a6] Extend the refactoring into extensions. Clean up stray newlines. (check-in: [7a876209a6] user: drh branch: trunk, size: 21774)
2019-01-08
20:02
[baf6e37447] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 21774)
2018-06-13
17:19
[12389a10c4] part of check-in [ee431d55eb] Output infinity as 1e999 in the ".dump" command of the command-line shell. (check-in: [ee431d55eb] user: drh branch: trunk, size: 21772)
2018-04-25
19:02
[69ef1be5b2] part of check-in [7dd34e3776] Add new interfaces for accessing the list of SQL keywords: sqlite3_keyword_count(), sqlite3_keyword_name(), sqlite3_keyword_check(). (check-in: [7dd34e3776] user: drh branch: trunk, size: 21465)
17:10
[4469a3b6d9] part of check-in [77a98a0781] Add the new DO and NOTHING keywords to the keyword lists maintained by various extensions and auxiliary programs. (check-in: [77a98a0781] user: drh branch: trunk, size: 23095)
2018-03-07
21:39
[22018e00eb] part of check-in [2b9bb2664c] Fix harmless compiler warnings in the 'dbdump' tool. (check-in: [2b9bb2664c] user: mistachkin branch: trunk, size: 23074)
2017-04-12
17:38
[3509fa6b89] part of check-in [f2643315bb] Improved \n and \r escapes in the ext/misc/dbdump.c utility function. The implementation of dbdump.c now matches the implementation in the CLI. (check-in: [f2643315bb] user: drh branch: trunk, size: 23074)
2017-03-13
21:49
[34174d5373] part of check-in [007b11e301] Fixes to the dump logic. All appears to be working in preliminary tests. (check-in: [007b11e301] user: drh branch: dbdump, size: 22043)
21:26
[819eb33f6f] part of check-in [84ea4fcc52] First draft of the complete dbdump.c library. (check-in: [84ea4fcc52] user: drh branch: dbdump, size: 21962)
19:26
Added: [5777b95fe1] part of check-in [74c5ace498] Infrastructure for an extension C-library to implement sqlite3_db_dump() and a corresponding "dbdump" command-line utility - both of which do the same work as the ".dump" command of the CLI. (check-in: [74c5ace498] user: drh branch: dbdump, size: 3419)