SQLite

All files named ”src/encode.c”
Login

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

History for src/encode.c

2004-09-13
13:46
Deleted: Remove the encode/decode from the version 3.0 source tree. (CVS 1959) (check-in: [c1f1320be5] user: drh branch: trunk, size: 0)
2004-05-08
08:23
[a876af473d] part of check-in [8af6474c49] Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) (check-in: [8af6474c49] user: danielk1977 branch: trunk, size: 8985)
2004-03-17
18:44
[fc8c51f0b6] part of check-in [0a12473c4a] The sqlite_trace() API only works for commands started by the user, not for SQL commands run during initialization. (CVS 1298) (check-in: [0a12473c4a] user: drh branch: trunk, size: 8974)
2004-03-14
22:12
[e6518a1e33] part of check-in [786fe54556] Make sqlite_encode_binary() and sqlite_decode_binary() an official part of the library. (CVS 1295) (check-in: [786fe54556] user: drh branch: trunk, size: 9153)
2004-01-14
21:59
[9e70ea1e4e] part of check-in [c9ac3db8e0] Fix comparisons of ROWID against floating point numbers so that they work correctly. Ticket #377 and #567. (CVS 1178) (check-in: [c9ac3db8e0] user: drh branch: trunk, size: 8655)
2003-06-28
16:25
[25ea901a9c] part of check-in [3f252b72c9] Minor change to a comment in encode.c. (CVS 1036) (check-in: [3f252b72c9] user: drh branch: trunk, size: 8532)
2003-06-15
23:42
[d37cb398b4] part of check-in [c9734c2707] Enhance the "PRAGMA integrity_check" command to verify that all indices are correctly constructed. New calls to integrity_check are made in the test suite. These changes are intended to prevent any future problems such as seen in ticket #334. (CVS 1024) (check-in: [c9734c2707] user: drh branch: trunk, size: 8532)
10:35
[a5fc03201e] part of check-in [826aab43d5] Updated sqlite_encode_binary() comments with tighter bounds on output length. (CVS 1023) (check-in: [826aab43d5] user: jplyon branch: trunk, size: 8534)
2003-05-10
03:36
[ed720e54ec] part of check-in [8b388b2f69] Changes to comments. In particular, a lengthy comment was added to encode.c that explains how the encoder algorithm works. (CVS 966) (check-in: [8b388b2f69] user: drh branch: trunk, size: 8531)
2003-01-19
03:59
[faf03741ef] part of check-in [f6a8706872] Update comments. No changes to code. (CVS 841) (check-in: [f6a8706872] user: drh branch: trunk, size: 4491)
2003-01-11
14:25
[09d1fe8a2e] part of check-in [4c22da76ca] Fix two compiler warnings from OS-X. (CVS 823) (check-in: [4c22da76ca] user: drh branch: trunk, size: 4487)
2002-09-16
11:44
[6c9c87d5b7] part of check-in [f12c3a25ba] Modify the sqlite_encode_binary() routine to return the strlen() of the encoded string. Also fix a bug that occurs when attempting to encode a zero-length buffer. (CVS 751) (check-in: [f12c3a25ba] user: drh branch: trunk, size: 4467)
2002-04-25
23:06
[346b12b461] part of check-in [18c28519d9] Update the test logic and the comments on the encoder.c module. (CVS 546) (check-in: [18c28519d9] user: drh branch: trunk, size: 4141)
11:45
Added: [cf929a63c3] part of check-in [57f7c59713] Added the "encode.c" source file that contains two utility subroutines that can be used to encode binary data for use in INSERT and UPDATE statements. This is just an initial checking. The code has not yet been integrated into the library. (CVS 545) (check-in: [57f7c59713] user: drh branch: trunk, size: 3855)