System.Data.SQLite

All files named ”System.Data.SQLite/SQLiteDataReader.cs”
Login

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

History for System.Data.SQLite/SQLiteDataReader.cs

2024-11-19
18:01
Preliminary work on adding more 'Changed' event types. file: [6801c8b434] check-in: [a55cf38927] user: mistachkin branch: trunk, size: 83510
2024-07-02
05:10
Add the AggressiveDisposal connection flag. Other pre-release fixes. file: [11dbc30ab6] check-in: [8d439ebdde] user: mistachkin branch: trunk, size: 82730
2024-07-01
21:42
Follow-up to experimental (and broken) check-in [73602c161a], further changes to statement disposal, pursuant to connection pool stress issues. file: [1909fbbd9c] check-in: [0ed2dd7edd] user: mistachkin branch: trunk, size: 82547
2024-06-30
14:41
Experimental robustness enhancements to the command and data reader disposal semantics. file: [54757df42e] check-in: [73602c161a] user: mistachkin branch: trunk, size: 81849
2024-05-31
04:46
Add support for the DataReaderPreview event type. file: [0112e1aa03] check-in: [5d0156f7f6] user: mistachkin branch: trunk, size: 81027
2024-05-24
21:20
Ignore disposal status of the connection when checking whether the DisposedConnection / FinalizedConnection event sub-types for the Changed event should be raised. file: [67fd0b0c91] check-in: [954385b694] user: mistachkin branch: trunk, size: 79864
2024-05-23
23:15
Work-in-progress on addressing forum post 25cafb35e5. file: [9ab1de1dc0] check-in: [6d7348176c] user: mistachkin branch: pst-25cafb35e5, size: 79843
2023-05-15
04:17
Attempt to make corrections to the number of records affected by queries. Pursuant to forum post [f4e718891d]. file: [93192a5294] check-in: [ea4c3f4f82] user: mistachkin branch: trunk, size: 79414
2023-05-13
17:36
Experimental fix for the INSERT RETURNING issue from forum post f4e718891d. file: [11b6b32e94] check-in: [8c9e834b95] user: mistachkin branch: trunk, size: 79085
2018-12-23
00:01
Add experimental StrictConformance connection flag to force strict compliance to the ADO.NET standard. Pursuant to [e36e05e299]. file: [aaf859384f] check-in: [4012cc2587] user: mistachkin branch: trunk, size: 78473
2018-08-27
04:56
Reform how connection flags are checked. file: [400bce215e] check-in: [c947d6b1fb] user: mistachkin branch: trunk, size: 78295
2018-04-12
18:34
Add GetFieldAffinity method to the SQLiteDataReader class. file: [7f91f4781c] check-in: [bfd912fefd] user: mistachkin branch: trunk, size: 78958
2018-03-09
21:47
Fix typos in the data reader class that could lead to them returning the wrong value for GetDatabaseName / GetTableName methods. file: [341f4bf16f] check-in: [785601b768] user: mistachkin branch: trunk, size: 78321
17:45
The GetSchemaTable method must verify the base table name (for a column) actually refers to a base table before attempting to query its metadata. Pursuant to [baf42ee135]. file: [46861f34eb] check-in: [63ae5401bf] user: mistachkin branch: trunk, size: 78308
2018-03-08
16:23
Some further related cleanup in the GetSchemaTable method. file: [2e99d97079] check-in: [36be86807a] user: mistachkin branch: tkt-baf42ee135, size: 76259
16:09
Add tests for ticket [baf42ee135] and get them passing. file: [129bf12078] check-in: [d0b0a52b9a] user: mistachkin branch: tkt-baf42ee135, size: 76045
14:14
Improve handling of base catalog/table name in GetSchemaTable, pursuant to [baf42ee135]. file: [2d0327988b] check-in: [9f02226408] user: mistachkin branch: tkt-baf42ee135, size: 76029
2017-10-18
17:59
Add GetInvariantDecimal connection flag, enabled by default, to force returning of decimal values using the invariant culture. Update version history docs. file: [427a91bb20] check-in: [b37afb1ddc] user: mistachkin branch: trunk, size: 76029
2017-06-10
00:56
Fix issue that prevented SQLiteBlob creation from succeeding for tables that did not have an integer primary key. file: [0665ed63b7] check-in: [a47688aca5] user: mistachkin branch: trunk, size: 75808
2016-10-27
20:19
Bump version to 1.0.104.0. Update version history docs. Prevent the GetByte, GetChar, and GetInt16 methods of the SQLiteDataReader class from throwing exceptions for large integer values. Pursuant to [5535448538]. file: [3f3347438f] check-in: [2b70123e05] user: mistachkin branch: trunk, size: 75700
2016-10-05
07:35
Add some missing doc comments for SQLiteBlob. file: [7a3139fb15] check-in: [f0b2434bdb] user: mistachkin branch: trunk, size: 75751
2016-07-01
20:43
Improve doc comments. file: [7fb2dae82b] check-in: [283d973957] user: mistachkin branch: blobIo, size: 75638
09:06
Add experimental support for incremental blob I/O. file: [fc52a79b6c] check-in: [ccf2547bfd] user: mistachkin branch: blobIo, size: 75387
2016-06-20
20:35
Fix compilation with the .NET Compact Framework. file: [6d540a98a8] check-in: [3ab3245ae4] user: mistachkin branch: customDataTypes, size: 73116
2016-06-19
23:20
Revise data reader callback handling for the GetBytes / GetChars methods to allow for more (consistent) customization. file: [45e1e40475] check-in: [57b10f46c0] user: mistachkin branch: customDataTypes, size: 72636
20:38
Pass the original connection flags into the invoked parameter binding and data reader callbacks. file: [520c018c36] check-in: [044e580886] user: mistachkin branch: customDataTypes, size: 72464
20:28
When invoking a data reader callback, pass in the method name that was responsible for invoking it. file: [0cf57a2894] check-in: [5bead76447] user: mistachkin branch: customDataTypes, size: 72412
07:33
The database type name should be included in the parameters passed to the type callbacks. file: [b984131fd7] check-in: [ab419bfca1] user: mistachkin branch: customDataTypes, size: 72226
03:06
Minor reordering of conditionals in the InvokeReadValueCallback method. file: [afbd5f2afd] check-in: [5804b32b6d] user: mistachkin branch: customDataTypes, size: 72216
03:03
Improve coding style of the previous check-in and make it compile on the .NET Compact Framework. file: [70babcdba5] check-in: [3d482302d1] user: mistachkin branch: customDataTypes, size: 72216
02:59
Integrate the new custom database type callbacks into the data reader class. file: [1f21d1c016] check-in: [df67a84c21] user: mistachkin branch: customDataTypes, size: 72047
2016-03-23
23:35
Move some things out of the UnsafeNativeMethods class. There are several reasons: 1) easier to maintain. 2) avoiding static call graph issues with CriticalHandle. 3) better separation of cross-platform and platform-specific code. file: [1d44638ed3] check-in: [d3e312825a] user: mistachkin branch: trunk, size: 60670
2016-03-09
22:21
Handle empty strings a bit more consistently. file: [eb65fd0b37] check-in: [39bca4f8b0] user: mistachkin branch: trunk, size: 60676
2016-01-13
00:06
For column types that resolve to boolean, recognize case-insensitive prefixes of 'True' and 'False'. Fix for [dbd65441a5]. Add NoVerifyTextAffinity connection flag to skip type affinity checking when fetching a column value as a string. Pursuant to [dbd65441a5]. file: [759279840e] check-in: [ecf9a72b79] user: mistachkin branch: trunk, size: 60646
2015-12-12
01:59
Revise fix for [5251bd0878] to use null for the 'COLUMN_NAME' if the original value was DBNull.Value. file: [58ce238591] check-in: [f8c2007d48] user: mistachkin branch: tkt-5251bd0878, size: 60406
2015-10-20
00:29
Add GetDatabaseName, GetTableName, and GetOriginalName methods to the SQLiteDataReader class. file: [787aaeca1a] check-in: [7b08d5ca2f] user: mistachkin branch: trunk, size: 60383
2015-08-28
22:16
Fix implementation and tests for SQLiteCommand.Reset method. Remove (now) superfluous new code. file: [f4e274153f] check-in: [6fa1fe8314] user: mistachkin branch: cmdReset, size: 59110
20:26
Work in progress on exerpimental method to reset the statements associated with a SQLiteCommand. file: [55e581bb03] check-in: [f12609cfe9] user: mistachkin branch: cmdReset, size: 60373
2015-08-12
22:21
Add some workarounds to allow the core managed assembly to work on Mono 4.0. file: [fe91b32fe9] check-in: [e7803b3ae7] user: mistachkin branch: trunk, size: 59110
2015-04-22
20:50
Move read-only statement check into the SQLiteStatement.TryGetChanges method to help improve backward compatibility. file: [18f60c317b] check-in: [6c5c517163] user: mistachkin branch: trunk, size: 59091
2015-04-21
18:18
Improve ADO.NET conformance of the SQLiteDataReader.RecordsAffected property. Fix for [74542e702e]. file: [e55ef3e66b] check-in: [68239f46ea] user: mistachkin branch: trunk, size: 58887
2015-03-30
19:31
Prevent the IDataReader.GetDataTypeName method from throwing 'No current row' exceptions. Fix for [94252b9059]. Also, the IDataReader.GetDataTypeName method should always return the declared type name. file: [9769f4f416] check-in: [40def75096] user: mistachkin branch: trunk, size: 58424
2015-03-04
19:42
Improve coding style in the CountParents method. file: [b6df824d21] check-in: [528007e621] user: mistachkin branch: nextRelease, size: 58539
2015-03-02
23:11
When counting the number of tables in the GetSchemaTable method, do not include those that have a null or empty name. Fix for [92dbf1229a]. file: [7d36a3f91e] check-in: [154d609bbe] user: mistachkin branch: nextRelease, size: 58490
17:40
The IDataReader.GetOrdinal method should not throw 'no current row' exceptions. Fix for [c28d7fe915]. file: [49b118164e] check-in: [0bcca49374] user: mistachkin branch: nextRelease, size: 57645
2014-12-03
21:14
Add test and candidate fix for [47c6fa04d3]. file: [3e4f8552d0] check-in: [1fdf3de322] user: mistachkin branch: tkt-47c6fa04d3, size: 57668
2014-11-14
01:18
The interop assembly methods should use 'ref' parameters, not 'out' parameters, since the native interop methods are not actually guaranteed to set output parameters to well-defined values. Also, add more parameter validation to the interop assembly, paying special attention to output parameters, especially optional ones. Pursuant to [3b43ffdbd7]. file: [e74920d94a] check-in: [5b359db222] user: mistachkin branch: interopParams2, size: 57638
2014-10-07
17:52
More performance adjustments to the data reader class. Pursuant to [e122d26e70]. file: [db1c0c9604] check-in: [53e8310fda] user: mistachkin branch: experimental, size: 57578
2014-09-30
14:03
More minor performance enhancements. Pursuant to [e122d26e70]. file: [39f1d2a416] check-in: [684f381cd4] user: mistachkin branch: experimental, size: 57654
2014-09-26
04:01
Change the type of all '_version' fields to simply 'int' instead of 'long', which will hopefully result in a small speed increase. file: [3e7c9aac5f] check-in: [ffbc71c72b] user: mistachkin branch: experimental, size: 57612
2014-09-24
05:54
Fix several issues with the initial check-in on this branch. file: [180a842345] check-in: [8aa9c8c9e4] user: mistachkin branch: experimental, size: 57613
04:15
Experimental changes to remove superfluous calls from the SQLiteDataReader class. These changes are not yet completely correct. Pursuant to [e122d26e70]. file: [6b30efc3b8] check-in: [ab425e79d7] user: mistachkin branch: experimental, size: 57522
2014-09-22
20:09
In SQLiteDataReader.VerifyType method, remove duplicate 'if' statement for the DbType.SByte value and move the remaining 'if' to the Int64 affinity. Fix for [c5cc2fb334]. file: [d28acdce0f] check-in: [24b429ba4d] user: mistachkin branch: trunk, size: 56049
2014-07-19
00:22
Fix line endings. file: [801ca91b62] check-in: [413872c668] user: mistachkin branch: trunk, size: 56102
00:17
Improve SQLiteDataReader performance slightly by caching the connection flags. Add RefreshFlags method to the SQLiteDataReader class to forcibly refresh its connection flags. file: [de6210478a] check-in: [910381a7e3] user: mistachkin branch: trunk, size: 54587
2014-06-27
04:49
The interop assembly methods should use 'ref' parameters, not 'out' parameters, since the native interop methods are not actually guaranteed to set output parameters to well-defined values. Also, add more parameter validation to the interop assembly, paying special attention to output parameters, especially optional ones. Pursuant to [3b43ffdbd7]. file: [e244153168] check-in: [26a20dd470] user: mistachkin branch: interopParams, size: 55321
2014-05-27
05:56
Add DetectStringType connection flag. file: [0a16fea0f5] check-in: [229927cfce] user: mistachkin branch: tkt-3c00ec5b52, size: 55255
2014-05-26
22:51
Merge updates from trunk. file: [2aeedf63a5] check-in: [ce61807139] user: mistachkin branch: tkt-3c00ec5b52, size: 55102
22:43
Refactor how the SQLiteDataReader class handles the connection flags associated with its command. file: [4247066b11] check-in: [fc72de85c8] user: mistachkin branch: trunk, size: 53692
20:56
Rename MapTextToAffinity connection flag to DetectTextAffinity. Update version history docs. file: [2b2a8d4303] check-in: [837870c7bb] user: mistachkin branch: tkt-3c00ec5b52, size: 55113
2014-05-18
06:57
Add experimental MapTextToAffinity connection flag to permit automatic attempts to map textual column values onto values with an appropriate type affinity. file: [e0b41ece71] check-in: [f5dd5dcfde] user: mistachkin branch: tkt-3c00ec5b52, size: 55090
2014-03-14
20:20
Add StickyHasRows connection flag to cause the SQLiteDataReader.HasRows property to return non-zero if there were ever any rows in the associated result sets. file: [9bb8fb0239] check-in: [59bbbbfcdb] user: mistachkin branch: stickyHasRows, size: 53361
2014-03-12
22:56
Add the SQLiteDataReader.StepCount property to return the number of rows seen so far. file: [a950a8e9d5] check-in: [a31cac5d59] user: mistachkin branch: trunk, size: 52462
2014-03-06
09:00
Also raise the static SQLiteConnection.Changed event when any SQLiteDataReader object is closed. file: [3a31f65ffb] check-in: [ad12fa479a] user: mistachkin branch: trunk, size: 51867
08:12
Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is disposed. file: [c661633569] check-in: [6eea79dc10] user: mistachkin branch: trunk, size: 51548
2014-02-06
19:45
Include DbType.AnsiString in the list of types that need special ColumnSize handling. Fix for [0550f0326e]. file: [f2aa2f5588] check-in: [62a5b57a69] user: mistachkin branch: trunk, size: 51224
2014-02-01
00:51
Add support for per-connection mappings between type names and DbType values. Pursuant to [e87af1d06a]. file: [4153108976] check-in: [d84ccf015e] user: mistachkin branch: trunk, size: 51169
2013-12-31
02:51
Fix a bit of missing indentation. file: [f6281cf353] check-in: [611521021f] user: mistachkin branch: trunk, size: 50199
2013-12-19
13:01
Do not use the 16-bit 'short' type to keep track of numeric precision or scale when building the schema table for a query. Fix for [ef2216192d]. file: [2040deb163] check-in: [c07cca890b] user: mistachkin branch: trunk, size: 50187
2013-12-11
07:54
Remove the now unused SQLiteConvert.ColumnToType method. Add TraceWarning connection flag to enable tracing of type mapping failures and disable tracing of them by default, pursuant to [6d45c782e4]. Update internal error message list to include SQLITE_NOTICE and SQLITE_WARNING. Update internal SQLiteConfigOpsEnum enumeration to include recently added values in the SQLite core library. file: [1156ca7c56] check-in: [16f09dbc53] user: mistachkin branch: trunk, size: 50190
2013-11-28
21:31
Use the built-in StringComparer.OrdinalIgnoreCase class instead of the custom ColumnNameComparer class. Update several tests to account for .NET Framework and SQLite core library changes. file: [d87c7a8774] check-in: [8d1ca7dd3b] user: mistachkin branch: trunk, size: 49241
2013-09-13
00:58
Make sure the database cannot be changed by a query when the CommandBehavior.SchemaOnly flag is used. Fix for [f8dbab8baf]. file: [bb85ff705b] check-in: [30e2ba0f43] user: mistachkin branch: tkt-f8dbab8baf, size: 50168
2013-09-04
03:42
Allow monitoring of the creation of all critical handle derived class instances. file: [c952a2b74a] check-in: [b194408bb5] user: mistachkin branch: onChanged, size: 49930
2013-08-29
23:00
Raise the static OnChanged event for the connection when a data reader is created. file: [ce112fe272] check-in: [85f27cc9f8] user: mistachkin branch: onChanged, size: 49928
07:08
Use the declared column size for the AnsiStringFixedLength and StringFixedLength mapped database types. Fix for [3113734605]. file: [6e8debcc0d] check-in: [9531731b98] user: mistachkin branch: trunk, size: 49684
2013-07-15
05:16
Modify classes implementing the IDisposable pattern to set the disposed flag after their base classes have been disposed. file: [5b9c6ddf4b] check-in: [db3a299625] user: mistachkin branch: marshalFixes, size: 49565
2013-06-22
01:35
Make the error codes used with the SQLiteException class consistent. Throw an exception if the SQLite3.Open method is called when already open. file: [84b16e17ea] check-in: [7aae5042f8] user: mistachkin branch: virtualTables, size: 49466
2013-03-22
23:40
Add GetAllAsText connection flag to force all column values to be returned as text. Pursuant to [e06c4caff3]. file: [f3c34a600d] check-in: [2cd9814a44] user: mistachkin branch: trunk, size: 49489
2013-03-15
00:23
Check for a valid row in the GetValue method of the SQLiteDataReader class. file: [f2e81e73b9] check-in: [f9367601a0] user: mistachkin branch: trunk, size: 49444
2013-01-17
21:01
Bump all versions to 1.0.85.0. Add static Execute method to the SQLiteCommand class. Add public constructor to the SQLiteDataAdapter class that allows passing the parseViaFramework parameter to the SQLiteConnection constructor. When built with the CHECK_STATE compile-time option, skip throwing exceptions from the SQLiteDataReader class when the object is being disposed. file: [5ca6e5449b] check-in: [b2c5c6e2a0] user: mistachkin branch: trunk, size: 49436
2012-10-13
20:26
In the SQLiteDataReader, try to stop processing query results if the underlying connection is closed. file: [1018661060] check-in: [441fd3e40b] user: mistachkin branch: trunk, size: 49344
2012-10-06
04:38
Implement column name/index caching in the SQLiteDataReader class. file: [8c0b6d2099] check-in: [bdd8e44fd0] user: mistachkin branch: trunk, size: 49080
2012-09-11
08:05
Refactor core SQLite library return code handling to make use of the enumerated SQLiteErrorCode type. Initial work on supporting the sqlite3_errstr() API. file: [7f1af1c174] check-in: [a6c16dc93b] user: mistachkin branch: trunk, size: 46954
2012-07-22
06:54
Remove all superfluous UTF-8 byte-order-marks. file: [37c991933b] check-in: [2c82e6c1a3] user: mistachkin branch: trunk, size: 46959
2012-07-12
07:11
Add support for internal state checking at key points in the public classes that use a connection. Also, adjust the number of iterations for the stress test. file: [5d5d10bac2] check-in: [007a7bb78f] user: mistachkin branch: trunk, size: 46962
2012-05-25
23:28
After disposing and just prior to re-creating the SQLiteKeyReader in the SQLiteDataReader.LoadKeyInfo method, reset it to null (i.e. this is important due to reentrancy issues). Fix for ticket [3aa50d8413]. file: [010f9f2d41] check-in: [b0c9d60ac7] user: mistachkin branch: trunk, size: 46803
2012-03-18
13:36
Minor solution file cleanup. Add overload of the SQLiteDataReader.GetValues method that returns a NameValueCollection with docs and tests. file: [8f1f1cc14f] check-in: [fa8630ddb6] user: mistachkin branch: trunk, size: 46739
2011-12-16
03:32
Start of making sure that all core components containing IDisposable objects implement IDisposable and that they follow the established best-practices when doing so. file: [cbf814e1bc] check-in: [c532a87e4d] user: mistachkin branch: IDisposablePattern, size: 45572
2011-11-13
05:55
When generating the schema for the contents of a data reader, skip flagging columns as 'unique' if the data reader is holding the result of some kind of multi-table construct (i.e. a join) because we must allow duplicate values in that case. Fix for ticket [7e3fa93744]. Also, enhance vendor-specific initialization file for Eagle to report any test setting overrides being used. file: [ae02eee5a3] check-in: [da3e0bfb53] user: mistachkin branch: tkt-7e3fa93744, size: 43648
2011-10-08
11:01
When returning schema information that may be used by the .NET Framework to construct dynamic SQL, use a fake schema name (instead of null) so that the table names will be properly qualified with the catalog name (i.e. the attached database name). Refactor handling of arguments for the setupDb unit test infrastructure procedure. Allow the build and binary directories used by the unit testing infrastructure to be overridden. Add more tests related to ticket [343d392b51]. file: [1d8d83fc15] check-in: [2d2ef4ffcc] user: mistachkin branch: tkt-343d392b51, size: 38966
2011-07-08
10:22
Make the fix for [e1b2e0f769] more robust for corner cases. file: [1ed82e98bd] check-in: [ce4f34e190] user: mistachkin branch: trunk, size: 38526
2011-07-07
05:53
Modify fix for [e1b2e0f769] so that it passes all the legacy unit tests in the 'test' project. Also, skip deploying CE projects for non-CE build configurations to avoid VS PDB locking issue. file: [96decb11a2] check-in: [def75f76da] user: mistachkin branch: trunk, size: 38492
02:15
Fix for ticket [e1b2e0f769] with test case. file: [1a0adf54d6] check-in: [fa8d4d5773] user: mistachkin branch: trunk, size: 38475
2011-07-01
11:36
Remove unused 'using' statements from System.Data.SQLite. file: [7f56c8fba6] check-in: [b270e24e93] user: mistachkin branch: build-enhancements, size: 37625
2010-08-05
02:03
1.0.66.0 file: [b60b57194e] check-in: [7ec6a118ce] user: rmsimpson branch: sourceforge, size: 37688
2009-06-19
21:04
3.6.15 file: [8625a682a6] check-in: [e7d1758f41] user: rmsimpson branch: sourceforge, size: 37725
2009-04-28
17:09
1.0.61.0 file: [346bcc5bde] check-in: [734737fbb6] user: rmsimpson branch: sourceforge, size: 37693
2008-09-02
15:46
pre 1.0.59.0 file: [ba0fedba85] check-in: [c0dab1edea] user: rmsimpson branch: sourceforge, size: 37636
2008-08-11
21:12
1.0.56.0 file: [4bd0a3f60f] check-in: [faaaeb7bd7] user: rmsimpson branch: sourceforge, size: 36723
2008-08-08
05:42
1.0.56.0 beta file: [5b3cb1f431] check-in: [85ed84191d] user: rmsimpson branch: sourceforge, size: 36515
2008-07-26
04:34
1.0.54.0 file: [23b783ce92] check-in: [41d8f0f895] user: rmsimpson branch: sourceforge, size: 36463
2008-07-16
23:32
1.0.52.0 file: [191f3a8ee8] check-in: [1084c98790] user: rmsimpson branch: sourceforge, size: 36372
2008-05-28
08:18
1.0.49.0 file: [1923474503] check-in: [f3f45cefd1] user: rmsimpson branch: sourceforge, size: 35230
2007-10-01
03:25
1.0.46.0 file: [6b74422178] check-in: [67f18e8aaa] user: rmsimpson branch: sourceforge, size: 35319
2007-09-25
22:45
1.0.45.0 file: [428fb6e60d] check-in: [5a232b012b] user: rmsimpson branch: sourceforge, size: 36251
2007-07-21
08:46
1.0.44.0 file: [79e4d8e100] check-in: [7b0eeb3816] user: rmsimpson branch: sourceforge, size: 35815
2007-06-02
17:41
1.0.43.0 file: [5ca0ab43e0] check-in: [a8f97c9977] user: rmsimpson branch: sourceforge, size: 35468
2007-04-23
07:59
1.0.41.0 file: [436a777ed1] check-in: [acd17b1cf8] user: rmsimpson branch: sourceforge, size: 35354
2007-04-22
23:23
1.0.41.0 file: [d9e4e89815] check-in: [06c93533ad] user: rmsimpson branch: sourceforge, size: 35251
2006-11-22
07:13
1.0.38.0 file: [fc63583290] check-in: [b438f19d0c] user: rmsimpson branch: sourceforge, size: 35377
2006-11-18
22:21
1.0.37.0 file: [51342efa6f] check-in: [98df3968b8] user: rmsimpson branch: sourceforge, size: 35297
2006-09-08
20:18
1.0.35.0 file: [2b33226378] check-in: [76248530ca] user: rmsimpson branch: sourceforge, size: 31894
2006-09-03
18:15
1.0.34.0 file: [28afebb462] check-in: [563830df65] user: rmsimpson branch: sourceforge, size: 31645
2006-08-06
17:55
1.0.32.0 file: [97113f3e53] check-in: [6b4fd5077c] user: rmsimpson branch: sourceforge, size: 31358
2006-07-16
17:41
1.0.31.0 file: [b961a99f74] check-in: [d2b95f8376] user: rmsimpson branch: sourceforge, size: 30920
2006-07-02
06:45
1.0.30.0 file: [2119028068] check-in: [c03b78555a] user: rmsimpson branch: sourceforge, size: 30974
2006-05-23
13:59
Minor performance enhancements file: [7963538d4b] check-in: [6975b34fa4] user: rmsimpson branch: sourceforge, size: 31035
2006-05-16
14:08
Datatype bugfix file: [d4688cb90e] check-in: [d608262a37] user: rmsimpson branch: sourceforge, size: 30874
2006-05-15
14:24
Fix numeric scale/precision schema info file: [31df6e674c] check-in: [f7f8595cb8] user: rmsimpson branch: sourceforge, size: 31081
2006-04-13
19:35
1.0.28.0 fixes file: [a689125fda] check-in: [55fffe0c75] user: rmsimpson branch: sourceforge, size: 30345
2006-04-11
18:02
64-bit fixes file: [4cab7ec0d6] check-in: [5dea167156] user: rmsimpson branch: sourceforge, size: 29972
2006-03-09
15:21
Code and comments cleanup file: [b0713d2ac2] check-in: [a428d558a9] user: rmsimpson branch: sourceforge, size: 29916
2006-02-17
17:31
Schema fixes for testing file: [fd6fc285dc] check-in: [11d1251b2a] user: rmsimpson branch: sourceforge, size: 30501
2006-02-14
19:41
1.0.26.1 file: [fce1dafe61] check-in: [0cff10df69] user: rmsimpson branch: sourceforge, size: 31361
03:07
no message file: [f8a4a7569d] check-in: [64d79942dc] user: rmsimpson branch: sourceforge, size: 31527
2006-02-13
04:54
Schema fixes file: [edfa12997a] check-in: [14a95defbf] user: rmsimpson branch: sourceforge, size: 31512
2006-02-10
19:44
Lots of schema fixes and support for new 3.3.4 stuff file: [7db0169706] check-in: [9e6e1cf6df] user: rmsimpson branch: sourceforge, size: 31331
15:08
Fixed a dispose issue for commands with active readers file: [83d89b1537] check-in: [505e5291d5] user: rmsimpson branch: sourceforge, size: 29565
2006-02-09
23:24
Implement IsLong schema column file: [55732c700b] check-in: [84578f9c4f] user: rmsimpson branch: sourceforge, size: 29310
2006-01-10
18:41
Supports encrypted databases file: [e7a7e069ba] check-in: [0b89858658] user: rmsimpson branch: sourceforge, size: 29275
2005-12-28
17:39
More bugfixes file: [810261a3f2] check-in: [53b6595afd] user: rmsimpson branch: sourceforge, size: 29272
2005-12-27
15:32
Implemented RecordsAffected property file: [8b3d74dd18] check-in: [673edbfb15] user: rmsimpson branch: sourceforge, size: 29221
2005-12-20
14:43
Re-fix HasRows file: [e42e4ca1fb] check-in: [aa5229db4e] user: rmsimpson branch: sourceforge, size: 28985
2005-12-19
20:45
Fix HasRows() bug file: [d91d97eb45] check-in: [6751277128] user: rmsimpson branch: sourceforge, size: 28984
2005-12-07
22:40
Fix over-aggressive preparation of statements before execution file: [276fd2341a] check-in: [ba2464b7f6] user: rmsimpson branch: sourceforge, size: 28985
2005-11-30
18:04
Fixed a bug that failed to throw an exception if there wasn't a current row and a function was called to read data from the current row file: [83eeaaadd3] check-in: [a6a79f6c79] user: rmsimpson branch: sourceforge, size: 29051
2005-11-18
15:37
Modified coersion code to allow more flexibility and fix inherent bugs file: [e7f311d896] check-in: [1f1116559d] user: rmsimpson branch: sourceforge, size: 28827
2005-11-10
21:08
Globalization bugfixes file: [370b33b880] check-in: [3a7fb899f7] user: rmsimpson branch: sourceforge, size: 28853
2005-11-03
20:41
Fixed schema reporting for parameterized queries file: [5bdff5a095] check-in: [c1ec6eee86] user: rmsimpson branch: sourceforge, size: 28849
2005-09-16
17:39
Compatibility updates with the newer releases of the .NET 2.0 Framework file: [4a0668290c] check-in: [8cccd928d1] user: rmsimpson branch: sourceforge, size: 29065
2005-08-24
21:25
More schema enhancements and bugfixes file: [6ac3bb556e] check-in: [1b9bdd6e1d] user: rmsimpson branch: sourceforge, size: 29050
2005-08-23
22:11
added new schemas IndexColumns, ViewColumns, ForeignKeys file: [66126a25bc] check-in: [91fab4183e] user: rmsimpson branch: sourceforge, size: 29087
2005-08-22
18:18
1.0.15 file: [dff561e17d] check-in: [4ff57a0919] user: rmsimpson branch: sourceforge, size: 29061
2005-08-16
19:12
1.0.14 file: [1cd924cb58] check-in: [4453746b7a] user: rmsimpson branch: sourceforge, size: 29034
2005-08-05
06:14
1.0.12 final file: [47d44d6dc6] check-in: [9e5f1b5614] user: rmsimpson branch: sourceforge, size: 28787
2005-08-04
15:25
1.0.12 updates and cleanup file: [0161407891] check-in: [3ebf811b1e] user: rmsimpson branch: sourceforge, size: 28468
2005-03-24
19:38
1.08 Refresh, added documentation, bug fixes file: [effa2c94a6] check-in: [edb2e2df3f] user: rmsimpson branch: sourceforge, size: 29002
2005-03-04
23:09
Removed unnecessary catch file: [a97a8cbeb8] check-in: [9d878e2c01] user: rmsimpson branch: sourceforge, size: 24764
21:31
Modified to use the new utility type conversion helper(s) in SQLiteBase and SQLiteConvert file: [35528d62ca] check-in: [6886e6f4fb] user: rmsimpson branch: sourceforge, size: 24825
2005-03-02
23:10
Misc. code optimizations file: [73c06fbeae] check-in: [bf66bbedce] user: rmsimpson branch: sourceforge, size: 25558
15:58
Removed some redundant calls and tweaked NextResult() file: [1cd24ae158] check-in: [b2ece50abc] user: rmsimpson branch: sourceforge, size: 25496
2005-03-01
16:04
Added: Initial revision file: [0cd344ea49] check-in: [ec237b0123] user: rmsimpson branch: sourceforge, size: 25636