Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
753 check-ins going from ec237b012300b80f to f909e1b7b15407de
2012-01-04
| ||
07:15 | Remove unnecessary nesting of 'if' blocks in the command line argument processing. Add comments and fixup some whitespace. check-in: f909e1b7b1 user: mistachkin tags: trunk | |
05:55 | Fix an incorrect comment. check-in: 8887a9f786 user: mistachkin tags: trunk | |
05:23 | Allow image runtime version checks to be bypassed via the command line. When the 'verbose' option is enabled, write all debug messages to the console; otherwise, write all trace messages to the console. Keep track of the debug and trace priorities and formats separately. check-in: 36cdcbeb2e user: mistachkin tags: trunk | |
03:04 | Merge the VS designer component installer changes to the trunk. check-in: b01877dd2c user: mistachkin tags: trunk | |
2012-01-02
| ||
03:46 | Make sure the DbProviderFactory modifications by the installer are logged at the highest priority level and are always logged in 'what-if' mode. check-in: 813e72935f user: mistachkin tags: trunk | |
2012-01-01
| ||
06:06 | Cleanup log file name variables used by the installer unit tests. check-in: 98632c4b63 user: mistachkin tags: trunk | |
05:59 | Format the installer log messages consistently using the ForDisplay method. Delete the temporary log files after running each installer test. check-in: dfc76406d4 user: mistachkin tags: trunk | |
05:37 | Must check for the install option prior to the installFlags option. Add unit tests for simulating uninstalls of the VS designer components. Make sure that all paths in the log files are dynamically determined based on the current machine. check-in: a62d1a369b user: mistachkin tags: trunk | |
04:24 | Add unit tests for the new VS designer component installer tool. Update the Eagle script library in externals to support this. check-in: debc754698 user: mistachkin tags: trunk | |
01:31 | Add the concept of trace priority to the VS designer component installer tool. Attempt to get the AssemblyName object before making any changes to the system. Always log changes to the GAC, even when not in 'what-if' mode. check-in: 284310b5a6 user: mistachkin tags: trunk | |
2011-12-25
| ||
08:40 | Update Eagle in externals to the official beta 21 release. check-in: 2585b7c6f9 user: mistachkin tags: trunk | |
2011-12-21
| ||
05:35 | Fix some whitespace. check-in: f034fafd6b user: mistachkin tags: trunk | |
01:39 | Modify the unit tests and infrastructure to support the new semantics for the compileCSharp script library procedure. Also, update the included Eagle script library in Externals. check-in: d7f2f75ba3 user: mistachkin tags: trunk | |
2011-12-20
| ||
23:53 | Make the vendor-specific Eagle initialization file aware of the new 'database_directory' variable. check-in: 799407c7ea user: mistachkin tags: trunk | |
05:44 | Fix temporary database cleanup handling for the legacy unit test wrapper. check-in: bb725c632b user: mistachkin tags: trunk | |
05:26 | Enhance SQLiteConnectionStringBuilder class property test to make sure that all property values make it completely through the processing. check-in: d64df7a8cf user: mistachkin tags: trunk | |
04:38 | More testing of the SQLiteConnectionStringBuilder class. Modify anchor names in the release procedures wiki page. check-in: 6853b38030 user: mistachkin tags: trunk | |
00:07 | Correction to the previous commit. Actually, instead of throwing exceptions directly, always attempt to convert non-null values to the required type and let the converter itself throw an exception if necessary. check-in: 4fbdb092f8 user: mistachkin tags: trunk | |
00:05 | Throw an exception if an unsupported object type is detected in the DateTimeFormat property. check-in: 68b19e5f02 user: mistachkin tags: trunk | |
00:03 | Support the DateTimeKind and BaseSchemaName connection string properties in the SQLiteConnectionStringBuilder class. Also, make getting and setting the DateTimeFormat property slightly more robust. check-in: 20ee87087b user: mistachkin tags: trunk | |
2011-12-19
| ||
06:31 | Fix broken archive link and formatting for the support page. check-in: c72613c76e user: mistachkin tags: trunk | |
06:12 | Some formatting fixes to release procedures. check-in: d237dc5f70 user: mistachkin tags: trunk | |
06:10 | More changes to release procedures. check-in: 0cdc8f72f2 user: mistachkin tags: trunk | |
06:03 | Initial draft of the revised release procedures. check-in: 3cf54e3ed1 user: mistachkin tags: trunk | |
2011-12-17
| ||
01:01 | Prevent logging superfluous messages having to do with library initialization checking, ticket [e30b820248]. check-in: c3b4597979 user: mistachkin tags: trunk | |
2011-12-16
| ||
08:59 | Revise the CLR method used to query the amount of memory in use for the unit test infrastructure. check-in: ef31bb555b user: mistachkin tags: trunk | |
08:45 | Revise the CLR method used to force a full garbage collection in the unit test infrastructure. check-in: e1319dd971 user: mistachkin tags: trunk | |
08:33 | Allow the directory used for test databases to be easily overridden for the vast majority of tests. check-in: b35fffe201 user: mistachkin tags: trunk | |
07:09 | Report memory currently in use by the CLR before and after each test file. check-in: 3fae72f823 user: mistachkin tags: trunk | |
04:31 | Merge all IDisposable pattern fixes to trunk. check-in: 419bfbd2ee user: mistachkin tags: trunk | |
03:28 | Add missing file header to various files. check-in: f58dc30e00 user: mistachkin tags: trunk | |
2011-12-13
| ||
10:09 | When creating MockRegistryKey objects, use the new constructors that require the readOnly and safe arguments. check-in: 64686e6685 user: mistachkin tags: trunk | |
09:42 | More improvements to the VS designer component installer. check-in: c8cae6af9e user: mistachkin tags: trunk | |
2011-12-08
| ||
00:46 | Correct the included version of the core SQLite library on the downloads page. check-in: 8f1fe8ee39 user: mistachkin tags: trunk | |
2011-12-05
| ||
02:27 | To avoid test naming conflicts with the unit test suite for Eagle itself, the unit test names in basic.eagle should not start with 'basic-'. check-in: bd63eac638 user: mistachkin tags: trunk | |
2011-11-30
| ||
00:34 | Recognize the TIMESTAMP column data type as a DateTime object. Fix for ticket [bb4b04d457]. check-in: e96f0d17a5 user: mistachkin tags: trunk | |
2011-11-29
| ||
07:20 | Revise how statement parameter binding handles blittable types. Also, allow binding to unsigned integer and long values that do not fit into their associated signed types. check-in: 1ab2413f5d user: mistachkin tags: trunk | |
2011-11-28
| ||
09:05 | Update downloads page for 1.0.77.0 release. check-in: f643120ddb user: mistachkin tags: trunk | |
07:54 | Correct culture-related test constraints for a couple tests that parse DateTime strings. check-in: 7e279c4a64 user: mistachkin tags: trunk, release | |
06:32 | Final doc updates for release 77. check-in: a133cebbc4 user: mistachkin tags: trunk | |
2011-11-27
| ||
09:30 | Update Eagle in externals to the latest pre-beta20 bits, modifying unit tests as necessary. Update source archive exclusions file to omit NDoc3 and HtmlHelp from externals. check-in: 3b2aa14e3e user: mistachkin tags: trunk | |
08:44 | More doc updates for release 77. check-in: 6dea1870d5 user: mistachkin tags: trunk | |
2011-11-23
| ||
07:12 | Correct native platform checks in the interop project files and the test runner batch file. check-in: f42a1a5da8 user: mistachkin tags: trunk | |
02:40 | Cleanup two tests that were leaking variables and/or objects. check-in: ec423e6d9e user: mistachkin tags: trunk | |
2011-11-16
| ||
05:13 | Correct minor usage problem with the %_ECHO% 'macro' in the batch tools. check-in: bfd8d6874d user: mistachkin tags: trunk | |
03:21 | Make sure people who read the news page realize that release 77 is still pending (i.e. it has not yet been released). check-in: a663cc116d user: mistachkin tags: trunk | |
03:18 | Add fix for ticket [2ce0870fad] to version history docs. check-in: 20d47a1bed user: mistachkin tags: trunk | |
03:07 | Never attempt to configure the native SQLite logging interface if the SQLite core library has already been initialized for the process. Fix for ticket [2ce0870fad]. check-in: f48d1b0376 user: mistachkin tags: trunk | |
2011-11-15
| ||
05:53 | More doc updates for release 77. check-in: 8f2d20133b user: mistachkin tags: trunk | |
05:20 | In the vendor-specific initialization file, skip setting the TestPath property of the Eagle interpreter if it already has the correct value. check-in: c9bb751d40 user: mistachkin tags: trunk | |
05:14 | Merge all diagnostic enhancements and fixes related to ticket [e30b820248] to trunk. check-in: c64aaed9f4 user: mistachkin tags: trunk | |
2011-11-13
| ||
22:03 | More updates to docs for release 77. check-in: f0a39e8e34 user: mistachkin tags: trunk | |
21:47 | Add MemoryHighwater property to the SQLiteConnection class. Also, enhance unit test infrastructure to report it. check-in: 6959d8f05a user: mistachkin tags: trunk | |
21:33 | Remove unnecessary using statement from test case for ticket [7e3fa93744]. check-in: c86034a5fb user: mistachkin tags: trunk | |
08:59 | Add MemoryUsed property to the SQLiteConnection class. Also, report memory in use by the core SQLite library when running the unit test suite. check-in: dd01ee7c55 user: mistachkin tags: trunk | |
06:24 | Merge fix for ticket [7e3fa93744] and several unit test infrastructure enhancements to trunk. check-in: 8fe2a401d6 user: mistachkin tags: trunk | |
2011-11-12
| ||
07:05 | Modify unit test infrastructure to better support running test files that exist outside the source tree. check-in: 176935a5e1 user: mistachkin tags: trunk | |
07:00 | Also allow forward slash when converting from a relative path on Windows CE. check-in: ebf069c623 user: mistachkin tags: trunk | |
05:46 | Silence compiler warning about taking the address of a DLL-imported function. check-in: 70655d35b0 user: mistachkin tags: trunk | |
2011-11-11
| ||
17:58 | Image version for Windows CE interop assembly should match the desktop version. Also, versions should always have 4 elements. check-in: 73582401b5 user: mistachkin tags: trunk | |
2011-11-08
| ||
15:14 | Update core SQLite to 3.7.9 release plus the SQLITE_OMIT_WAL fix. check-in: 87915ae0ec user: mistachkin tags: trunk | |
2011-11-06
| ||
22:00 | Update version history for build 77. check-in: 4e06fa226c user: mistachkin tags: trunk | |
00:39 | Update build number to 77. check-in: edbed78c0e user: mistachkin tags: trunk | |
2011-11-05
| ||
23:56 | Update core SQLite to 3.7.9 release. check-in: dedde051c4 user: mistachkin tags: trunk | |
2011-10-29
| ||
21:16 | Fix error checking by portions of the batch tools that create missing directories on an as-needed basis. check-in: 299d71992b user: mistachkin tags: trunk | |
2011-10-23
| ||
08:58 | Update Eagle in externals to the official beta 19 release. check-in: d598ffd546 user: mistachkin tags: trunk | |
02:33 | Add the external tools needed to build the documentation. check-in: 418f5dab8c user: mistachkin tags: trunk | |
02:32 | Add more testing of the SQLiteConnection.ChangePassword method. check-in: b0f8d0fe4e user: mistachkin tags: trunk | |
2011-10-20
| ||
14:04 | Compile error fixes for the Compact Framework. Also, switch to using the .NET Framework 4.0 Client Profile where applicable. Fix for ticket [566f1ad1e4]. check-in: f2b84d6d25 user: mistachkin tags: trunk | |
2011-10-18
| ||
03:23 | Add an example MDA configuration file for Eagle suitable for use with the test suite. check-in: 7bade0d7b1 user: mistachkin tags: trunk | |
03:07 | In the SQLiteLog.DomainUnload method, make sure to undo all things done in the SQLiteLog.Initialize method. Possible fix for ticket [98c70ac5a7]. check-in: 3303a4f55b user: mistachkin tags: trunk | |
2011-10-15
| ||
12:38 | Improve test thread cleanup in test for ticket [84718e79fa]. check-in: 9e77b34813 user: mistachkin tags: trunk | |
10:14 | Lock access to the _typeNames dictionary. Fix for ticket [84718e79fa]. check-in: 13a3981ec0 user: mistachkin tags: trunk | |
2011-10-13
| ||
06:19 | Both BOOLEAN and BOOL should end up being presented as the System.Boolean CLR type. Fix for ticket [544dba0a2f]. check-in: 453dc69391 user: mistachkin tags: trunk | |
2011-10-11
| ||
12:13 | Add detailed comments on the 'getAppDomainPreamble' unit test infrastructure procedure and its role in running tests that require an isolated application domain. check-in: 295690bb91 user: mistachkin tags: trunk | |
07:21 | Merge all fixes, enhancements, and tests related to ticket [343d392b51] into trunk. check-in: fc49363310 user: mistachkin tags: trunk | |
03:50 | Merge updates from trunk. Closed-Leaf check-in: 250dac131a user: mistachkin tags: tkt-343d392b51 | |
2011-10-09
| ||
04:13 | Add comments to the getDateTimeFormat unit testing infrastructure procedure to clarify how the default format was chosen. check-in: 1b25ba72a3 user: mistachkin tags: tkt-343d392b51 | |
04:08 | Change the default base schema name from 'sqlite_schema_stub' to 'sqlite_default_schema'. check-in: 1045ef98f0 user: mistachkin tags: tkt-343d392b51 | |
03:56 | Add test to check if SQLiteCommandBuilder generates correct SQL when attached databases are being used and more than one database contains the same table name. check-in: 74a9c16715 user: mistachkin tags: tkt-343d392b51 | |
03:19 | Copy the fix for the Bind_DateTime method to the SQLite3_UTF16 class. Add DateTimeKind connection string property to control the DateTimeKind of parsed DateTime values. Add the necessary method overloads to allow the DateTimeFormat and/or DateTimeKind to be specified by external callers. Reorganize the recognized DateTime formats so that ones with more information are always tried first. Also, add variants that support a trailing timezone specifier. Centralize DateTime format handling in the unit test infrastructure via the new getDateTimeFormat procedure. Revise setupDb unit test infrastructure procedure to accept a DateTimeKind. More changes to tests for ticket [343d392b51]. check-in: df7dcd3166 user: mistachkin tags: tkt-343d392b51 | |
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]. check-in: 2d2ef4ffcc user: mistachkin tags: tkt-343d392b51 | |
2011-10-07
| ||
00:30 | Start of work to resolve ticket [343d392b51]. check-in: 030e404034 user: mistachkin tags: tkt-343d392b51 | |
2011-10-06
| ||
10:54 | Update test case for ticket [343d392b51] as it now reproduces the issue. check-in: 41413183d3 user: mistachkin tags: tkt-343d392b51 | |
05:33 | Refinements to test case (issue still does not reproduce). check-in: a272ddc559 user: mistachkin tags: tkt-343d392b51 | |
05:28 | Merge with trunk. check-in: 3ab8344ffc user: mistachkin tags: tkt-343d392b51 | |
2011-09-29
| ||
04:45 | Add experimental test for ticket [343d392b51] (so far, no exception is raised). check-in: 6c53fbe92c user: mistachkin tags: tkt-343d392b51 | |
04:43 | Allow the various binary file delete/copy/load operations to be skipped during the test prologue (for the System.Data.SQLite related binaries). check-in: d2e601c947 user: mistachkin tags: trunk | |
00:37 | Finish converting the unit test infrastructure to a full-fledged Eagle package. Also, update Eagle in externals to the latest beta 18 release candidate. check-in: b8b02007c6 user: mistachkin tags: trunk | |
2011-09-28
| ||
22:48 | Modify the unit test infrastructure to transform it into a formal Eagle package. check-in: b2c3d6de86 user: mistachkin tags: trunk | |
2011-09-24
| ||
08:09 | Fix optimized DbType lookup for database type names that contain parenthesis. check-in: 9d9fa54984 user: mistachkin tags: trunk | |
07:41 | Reduce the number of String.Compare calls in the hot path for SQLiteCommand.ExecuteReader. check-in: 32ce066699 user: mistachkin tags: trunk | |
2011-09-23
| ||
19:32 | Rename the 'enumerableToString' test suite helper procedure to the more correct 'enumerableToList'. check-in: 4194bc2cb4 user: mistachkin tags: trunk | |
19:08 | Workaround inability to use Contains method in a LINQ query when running on the .NET Framework 3.5 (testlinq). Cleanup variables leaked by test basic-1.14. Add configuration file to make the mixed-mode .NET Framework 2.0 assembly loadable by the .NET Framework 4.0 compiled Eagle shell. check-in: 8cb9380f11 user: mistachkin tags: trunk | |
2011-09-22
| ||
05:39 | The NuGet package should support both the .NET Framework 2.0 and 4.0. check-in: a9a0ee70ff user: mistachkin tags: trunk | |
00:28 | More pre-release doc updates. check-in: dc00c2cdbc user: mistachkin tags: trunk | |
2011-09-21
| ||
21:46 | Add another test for the ExecuteScalar method. check-in: 221fbe52ec user: mistachkin tags: trunk | |
08:27 | Allow finer control over the DateTime parsing and formatting on a per-connection basis. Also, update the Eagle library to the latest trunk. check-in: a5a8b8a682 user: mistachkin tags: trunk | |
2011-09-20
| ||
21:51 | Add LastInsertRowId property to the connection class. Also, update docs and tests. check-in: c726454277 user: mistachkin tags: trunk | |
18:01 | Document the official NuGet package. check-in: c505e4b0a9 user: mistachkin tags: trunk | |
17:34 | Update core SQLite to 3.7.8 release. check-in: 2fa7c53d4e user: mistachkin tags: trunk | |
2011-09-18
| ||
22:39 | Add 'Changes' property to the connection class. Also, update the core SQLite library to the latest trunk. check-in: 3a02749d71 user: mistachkin tags: trunk | |
2011-09-16
| ||
03:37 | In the test for ticket [b4a7ddc83f], brace all substituted values in the setup script just in case they may ever contain spaces. check-in: b1727a9afb user: mistachkin tags: trunk | |
2011-09-14
| ||
02:06 | Add icons for use with the System.Data.SQLite NuGet package. check-in: 6efe0d70c5 user: mistachkin tags: trunk | |
02:02 | Update build docs to include changing the NuSpec file when updating the version. check-in: 052b3a3beb user: mistachkin tags: trunk | |
01:52 | Add NuGet package definition file. Make the test for ticket [b4a7ddc83f] work with the mixed-mode assembly. Add filters file for the VS2010 static mixed-mode assembly project. Make use of SQLITE_API macro in interop.c. check-in: 99628f46fe user: mistachkin tags: trunk | |
2011-09-12
| ||
20:56 | Document recent changes in the version history. check-in: 5994d72daf user: mistachkin tags: trunk | |
20:43 | Merge fix for ticket [ccfa69fc32] to trunk. check-in: 14a6302a28 user: mistachkin tags: trunk | |
2011-09-11
| ||
13:14 | Fix debug builds of the native interop assembly by making sure that SQLITE_WIN32_MALLOC is not defined with SQLITE_MEMDEBUG (i.e. they are mutually exclusive at compile-time). check-in: 7ef5b80330 user: mistachkin tags: trunk | |
2011-09-07
| ||
10:31 | Support LINQ queries with EndsWith method, fix for [59edc1018b]. Add test to verify the behavior from ticket [00f86f9739]. Modify test results/handling for ticket [8b7d179c3c] to be consistent with these new tests. check-in: 7810393e98 user: mistachkin tags: trunk | |
2011-09-03
| ||
15:36 | More comment updates to test suite. check-in: 5f2352effe user: mistachkin tags: trunk | |
14:58 | Add more comments to the unit test infrastructure. Cleanup and modularize use of the test configuration. check-in: a9046f0f02 user: mistachkin tags: trunk | |
2011-09-02
| ||
17:57 | Add comments to several test suite routines. Also, make sure to strip the directory information from file names provided to the setupDb and cleanupDb test helpers. check-in: a49d88c5aa user: mistachkin tags: trunk | |
15:56 | Documentation updates for the upcoming 1.0.75.0 release. check-in: 4bd374a253 user: mistachkin tags: trunk | |
15:35 | Update Eagle in externals to pre-beta 18. check-in: b2c0bb521f user: mistachkin tags: trunk | |
15:05 | Update all version numbers to 1.0.75.0 and update the SQLite core to the latest trunk. check-in: 092d06ea5b user: mistachkin tags: trunk | |
13:57 | Update version history in preparation for the upcoming release. check-in: 0329d8f6ad user: mistachkin tags: trunk | |
2011-08-10
| ||
03:28 | Move configuration class code closer to the other helper classes. Mark delegates as internal. check-in: a748b76dc9 user: mistachkin tags: trunk | |
02:49 | Prevent inlining of tracing methods that deal with stack frame introspection (i.e. fix method names reported in the log file). check-in: 3ad43e2de3 user: mistachkin tags: trunk | |
2011-08-09
| ||
22:24 | Refactor installer registry key helper methods into their own class and keep track of basic usage stats for reporting at the end. check-in: 7ff0314780 user: mistachkin tags: trunk | |
20:52 | Fix method names in trace messages and require the -confirm command line option prior to making any changes to the system. check-in: 793e9b039d user: mistachkin tags: trunk | |
07:32 | Make sure the output directory exists prior to creating the source and binary release packages. check-in: c00b53012c user: mistachkin tags: trunk | |
07:25 | Remove old setup and obsolete mergebin tool. check-in: 06a28e89b4 user: mistachkin tags: trunk | |
06:51 | Initial implementation of new VS designer installer. check-in: 2f59622e3c user: mistachkin tags: trunk | |
06:27 | Remove incorrect DocumentationFile element from some project files. check-in: 15b1d9e667 user: mistachkin tags: trunk | |
06:01 | Remove old VS designer installer. check-in: 6eff911e63 user: mistachkin tags: trunk | |
2011-07-29
| ||
20:35 | Update SQLite core to latest, including the os_win.c fixes and the new SQLITE_FCNTL_PERSIST_WAL file control. check-in: f9c2d67ad2 user: mistachkin tags: trunk | |
2011-07-24
| ||
21:50 | Sync up ProjectGuids for the static interop projects. check-in: 5c03dc1829 user: mistachkin tags: trunk | |
21:44 | Re-add file comment removed by VS. check-in: 47bbbd5b6c user: mistachkin tags: trunk | |
21:43 | Support building the statically linked interop projects from any of the solutions. check-in: 740c774926 user: mistachkin tags: trunk | |
02:07 | Update Eagle in externals to the official beta 17 release. check-in: c882396e27 user: mistachkin tags: trunk | |
2011-07-23
| ||
06:10 | Revise test case for [b4a7ddc83f] to avoid problems with paths containing spaces. check-in: bb5d6a1356 user: mistachkin tags: trunk | |
06:07 | Make the file extension for the interop DLL consistently lowercase. check-in: 5a027c3c1b user: mistachkin tags: trunk | |
04:39 | Show version information for the interop assembly during testing. check-in: 6e630b74b2 user: mistachkin tags: trunk | |
04:01 | Revise the MultithreadingTest to remove potential race conditions on slower systems. check-in: 0ccc54331a user: mistachkin tags: trunk | |
00:59 | Merge interop changes for debug SQLite core testing and updated SQLite core itself. check-in: ff19f6474c user: mistachkin tags: trunk | |
2011-07-22
| ||
21:21 | Fix issue with building in a Visual Studio Command Prompt window. Support building and testing the VS2010 projects using the .NET Framework 3.5. check-in: a912d7f434 user: mistachkin tags: trunk | |
2011-07-21
| ||
23:50 | Remove unnecessary redundancy in the test for [b4a7ddc83f] and verify that it ran in a non-primary AppDomain. check-in: 7f19f2449d user: mistachkin tags: trunk | |
21:46 | Add comment to warn about the nature of the current fix for [b4a7ddc83f]. check-in: f5c5f581dc user: mistachkin tags: trunk | |
17:18 | Preliminary fix for [b4a7ddc83f], shutdown the SQLite native interface when the AppDomain is being unloaded. check-in: 1d024437e5 user: mistachkin tags: trunk | |
17:15 | Update test case for [b4a7ddc83f]. check-in: 10f4be9ed4 user: mistachkin tags: trunk | |
04:05 | Add preliminary test cases for ticket [b4a7ddc83f]. check-in: 1684f669ef user: mistachkin tags: trunk | |
2011-07-19
| ||
17:45 | Correct typos in required frameworks on download page, fixes ticket [1708271031]. check-in: a9e8f14e76 user: mistachkin tags: trunk | |
2011-07-18
| ||
23:45 | Make sure the version of the primary assemblies end up in the test log file. check-in: 35fccb2bb0 user: mistachkin tags: trunk | |
22:57 | More tests. check-in: 92efd59201 user: mistachkin tags: trunk | |
22:07 | Add test to demonstrate a recently fixed (post-1.0.74.0) file handling leak. check-in: c851b1788c user: mistachkin tags: trunk | |
00:16 | Update Eagle in externals to the official beta 16 release. check-in: dad2104128 user: mistachkin tags: trunk | |
2011-07-16
| ||
14:06 | Modify setup defaults for install directory and program group to allow for 2008/2010 side-by-side installation. check-in: 6fe83d0a7e user: mistachkin tags: trunk | |
2011-07-15
| ||
02:38 | Minor tweaks to unit test infrastructure. check-in: 3fc667d5de user: mistachkin tags: trunk | |
2011-07-14
| ||
12:34 | Make sure the test for SetAvRetry tests using non-default settings for both the count and interval. check-in: 53756a8822 user: mistachkin tags: trunk | |
2011-07-13
| ||
17:23 | Improve and correct embedded doc comments for the new SetAvRetry method. check-in: dbdcdae6ae user: mistachkin tags: trunk | |
16:35 | Support the new SQLITE_FCNTL_WIN32_AV_RETRY file control. Add interop project files for static linking to the VC runtime. check-in: c90bf3896e user: mistachkin tags: trunk | |
2011-07-12
| ||
15:21 | Update SQLite interop assembly code to latest trunk changes. check-in: 01781df775 user: mistachkin tags: trunk | |
15:14 | Fix for [74807fbf27], enable STAT2 for the interop assembly. check-in: d23e494cea user: mistachkin tags: trunk | |
2011-07-11
| ||
21:19 | Add missing #ifdefs for compact framework (where SQLiteLog is not used). check-in: ee8edc8eb3 user: mistachkin tags: trunk | |
21:09 | Fix doc display issues. check-in: 6e61cb4b3f user: mistachkin tags: trunk | |
21:03 | Add initial unit testing docs. check-in: a651466562 user: mistachkin tags: trunk | |
19:43 | Fix typo in comment. check-in: 1081102b1e user: mistachkin tags: trunk | |
19:40 | Refactor the logging interface to be thread-safe and 'self-initializing'. Stop ignoring errors returned by sqlite3_config(SQLITE_CONFIG_LOG). Provide a default log handler and allow it to be added/removed dynamically. Allow logging to be temporarily enabled/disabled without modifying the underlying delegates. check-in: 1d955a6031 user: mistachkin tags: trunk | |
2011-07-10
| ||
14:01 | More readability improvements to build docs. check-in: 9033b5edff user: mistachkin tags: trunk | |
13:42 | Make build commands easier to read. check-in: 2aac150c82 user: mistachkin tags: trunk | |
10:39 | Support the ON UPDATE, ON DELETE, and MATCH clause information when generating schema metadata for foreign keys. Partial fix for [b226147b37]. VS designer changes are not yet tested. check-in: 9eb2e81611 user: mistachkin tags: trunk | |
01:48 | Updates to unit test infrastructure. check-in: 1f8786cc73 user: mistachkin tags: trunk | |
2011-07-09
| ||
21:10 | Modify unit test infrastructure to better support testing the mixed-mode assembly. check-in: 84821b2787 user: mistachkin tags: trunk | |
20:37 | Fix incorrect resource name for SR.resx in the VC 2010 mixed-mode assembly. check-in: 55f56ce508 user: mistachkin tags: trunk | |
18:10 | Remove NDEBUG from common defines. Move SQLITE_HAS_CODEC to 'extra' defines. check-in: 739ba4e18c user: mistachkin tags: trunk | |
09:01 | Fix for [8b7d179c3c], with tests. check-in: 76e929f694 user: mistachkin tags: trunk | |
2011-07-08
| ||
18:27 | Skip even building CE projects for non-CE platforms as this seems to cause PDB locking issues for VS during rebuilds even without deployment enabled. check-in: 6b62f68649 user: mistachkin tags: trunk | |
15:36 | Fix another CLR version issue with LINQ entity framework support. check-in: 09a63cc716 user: mistachkin tags: trunk | |
12:11 | Make the assembly attributes for all projects consistent. Also, properly set the assembly configuration attributes based on the actual build configuration. check-in: f9d4491161 user: mistachkin tags: trunk | |
11:45 | Modify test basic-1.2 to allow it to pass multiple times without having to manually re-copy the test database to the build directory. check-in: 4bfb250998 user: mistachkin tags: trunk | |
10:27 | Removing copying of assembly files from unit tests as they are now copied in the common prologue. check-in: bbc7c21748 user: mistachkin tags: trunk | |
10:24 | Enhancements to unit test infrastructure to enable profiling. check-in: 0c6f84763c user: mistachkin tags: trunk | |
10:22 | Make the fix for [e1b2e0f769] more robust for corner cases. check-in: ce4f34e190 user: mistachkin tags: trunk | |
2011-07-07
| ||
10:05 | Isolate the hard-coding of the VS designer version number. Normalize all the project web site URLs to end with a slash. check-in: 20d41af53e user: mistachkin tags: trunk | |
09:40 | Cleanup leaked opaque object handle in test 'basic-1.2'. check-in: 07b0709845 user: mistachkin tags: trunk | |
08:47 | Make the necessary adjustments to the unit test suite and to the 'test' / 'testlinq' projects to allow all the tests contained within those projects to be run programmatically via the unit test suite. check-in: 178b6d6379 user: mistachkin tags: trunk | |
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. check-in: def75f76da user: mistachkin tags: trunk | |
05:12 | To avoid future confusion, the fix for [8c1650482e] should match the fix for [201128cc88]. check-in: f1f7b20cea user: mistachkin tags: trunk | |
04:18 | Add proper test case for [201128cc88] that covers most branches of the modified method. Also, tweak common test infrastructure. check-in: a290d2c1a5 user: mistachkin tags: trunk | |
02:40 | Further optimization/fix for ticket [201128cc88]. check-in: f09f0e8ea1 user: mistachkin tags: trunk | |
02:15 | Fix for ticket [e1b2e0f769] with test case. check-in: fa8d4d5773 user: mistachkin tags: trunk | |
2011-07-06
| ||
21:09 | Further simplify test case for [e1b2e0f769]. Prevent common.eagle from being treated as a test case file. check-in: bafc84af30 user: mistachkin tags: trunk | |
20:59 | Modify test case for [e1b2e0f769] to allow the reported exception to be reproduced. check-in: 9a1cb354ec user: mistachkin tags: trunk | |
2011-07-05
| ||
10:13 | Cleanup leaked variables in test case. check-in: 84d5eb1e69 user: mistachkin tags: trunk | |
10:13 | Fix for [201128cc88]. check-in: 3e063f371f user: mistachkin tags: trunk | |
10:05 | First attempt to reproduce the issue in ticket [e1b2e0f769]. check-in: 984585f3ac user: mistachkin tags: trunk | |
07:47 | Fix for [2c630bffa7] and [b0a5990f48]. check-in: eb6a22a1a9 user: mistachkin tags: trunk | |
06:07 | Fix for [448d663d11], with tests. Also fixes [2a0c90d7b0]. See also [08f3d3daf2]. check-in: 50b4844f0c user: mistachkin tags: trunk | |
04:40 | Add tests for ticket [448d663d11]. Further refinements to unit testing infrastructure. check-in: 11f11f0c83 user: mistachkin tags: trunk | |
01:03 | Update hashes for non-bundled downloads. check-in: 8dbc95c446 user: mistachkin tags: trunk | |
2011-07-04
| ||
17:19 | More tweaks to unit tests and infrastructure. check-in: 78c6fc8c6a user: mistachkin tags: trunk | |
16:38 | Update download page with new binaries and setups to fix [96a783d8a5]. check-in: 7fc4c39b87 user: mistachkin tags: trunk, release | |
16:16 | Update VS2010 props file version number to fix [96a783d8a5]. check-in: e4cec63cc8 user: mistachkin tags: trunk | |
15:59 | Add pre-beta16 Eagle binaries to externals for unit testing. More changes to new unit testing infrastructure. check-in: 9b6983ebf8 user: mistachkin tags: trunk | |
10:47 | Add test for ticket [2c630bffa7] and some unit-testing infrastructure. check-in: 2a2aa7392c user: mistachkin tags: trunk | |
05:18 | Reorganize the downloads page to make it easier to pick the download by platform and framework. check-in: ac836ab5b8 user: mistachkin tags: trunk | |
2011-07-03
| ||
15:29 | Update downloads page for 1.0.74.0 release, take 2. check-in: 27a80ef445 user: mistachkin tags: trunk | |
15:18 | Fix for incorrect SQLite.Interop.dll being included in x64 binary packages. check-in: f803d608c8 user: mistachkin tags: trunk | |
13:59 | Add sizes and SHA1 hashes to download page. check-in: 99a773eee4 user: mistachkin tags: trunk | |
13:40 | Remove stray generated resources file. check-in: ef2a0641ff user: mistachkin tags: trunk | |
13:36 | Update readme.htm file. check-in: ae4f9bc9d4 user: mistachkin tags: trunk | |
13:19 | Merge all build enhancements to trunk. check-in: 0fedc31598 user: mistachkin tags: trunk | |
2011-06-02
| ||
15:59 | Update downloads and news pages for v1.0.73.0 (3.7.6.3). check-in: 1bce85bcfc user: shaneh tags: trunk, release | |
15:32 | Update of readme. check-in: 339846380c user: shaneh tags: trunk | |
15:31 | Update the version number to 1.0.73.0. check-in: e7dae3da63 user: shaneh tags: trunk | |
15:17 | Update to SQlite 3.7.6.3 [ed1da510a2]. check-in: 9067143122 user: shaneh tags: trunk | |
2011-05-24
| ||
01:39 | Minor optimization to GetBytes() to avoid calling sqlite3_column_blob() on null destination buffers. Fix for [8c1650482e]. check-in: a97d149d1e user: shaneh tags: trunk | |
01:20 | Update various assembly information settings. check-in: 606af726e9 user: shaneh tags: trunk | |
01:17 | Correct System.Data.SQLite.Linq version and resource information. Fix for [6489c5a396] and [133daf50d6]. check-in: 9ce4a2e044 user: shaneh tags: trunk | |
2011-05-23
| ||
04:12 | Moved log handler from SQLiteConnection object to SQLiteFactory object to prevent if from being prematurely GCed. check-in: c520cba472 user: shaneh tags: trunk | |
04:07 | Updated method for flagging test cases that are SQLite specific. check-in: 9525e5cf45 user: shaneh tags: trunk | |
2011-05-20
| ||
07:38 | Fix for issue [e058ce156e]. We should block x64 installs on x86 and we should install native only if the setup package itself is native. check-in: 7a61aabf34 user: mistachkin tags: trunk | |
2011-05-02
| ||
03:34 | Update downloads and news pages for v1.0.72.0 (3.7.6+). check-in: 8bc5b708b0 user: shaneh tags: trunk, release | |
03:19 | Update of readme. check-in: d49477f70f user: shaneh tags: trunk | |
03:14 | Update the version number to 1.0.72.0. check-in: 65198897c0 user: shaneh tags: trunk | |
03:13 | Change default from 2008 to 2010. check-in: 2e774ed76d user: shaneh tags: trunk | |
02:59 | Remove the need to set the version for the Inno setup packages. check-in: 315f26a68d user: shaneh tags: trunk | |
02:16 | Add the correct directory to the path. Fix for [50515a0c8e]. check-in: 1ed84c66c8 user: shaneh tags: trunk | |
2011-04-27
| ||
22:09 | Update downloads and news pages for v1.0.71.0 (3.7.6+). check-in: b1306568f3 user: shaneh tags: trunk, release | |
21:25 | Update of readme. check-in: a6d36d5f1d user: shaneh tags: trunk | |
21:25 | Update to SQLite version [1bd1484cd7]. check-in: 1e27c20248 user: shaneh tags: trunk | |
18:13 | Updated readme. check-in: 565b6d303d user: shaneh tags: trunk | |
18:02 | Update the version number to 1.0.71.0. check-in: 9c9fa65792 user: shaneh tags: trunk | |
17:53 | Update to [7b479b9bee] of SQLite trunk. check-in: 4d8a17203d user: shaneh tags: trunk | |
17:40 | Setup changes to optionally add install directory to path if GACing. check-in: 172f53bd6f user: shaneh tags: trunk | |
17:40 | Line ending changes. check-in: 354f178d33 user: shaneh tags: trunk | |
2011-04-26
| ||
03:56 | Added LogMessage() to expose the sqlite3_log() interface. check-in: d908d628e8 user: shaneh tags: trunk | |
2011-04-23
| ||
23:41 | Removed the need for the sqlite3.def file. This should fix issue [e486f6be57]. check-in: c3a442319f user: shaneh tags: trunk | |
00:05 | Updated downloads and news pages for v1.0.70.0 (3.7.6). check-in: a8ab43852f user: shaneh tags: trunk, release | |
2011-04-22
| ||
18:55 | Update version for release. check-in: c9937982c4 user: shaneh tags: trunk | |
18:54 | Revert path setting again, still fails on 64-bit systems. check-in: ef25334cf7 user: shaneh tags: trunk | |
18:08 | Initial implementation of SQLITE_CONFIG_LOG interface. check-in: fc3e41ac85 user: shaneh tags: trunk | |
2011-04-15
| ||
17:33 | Added support for sqlite3_extended_result_codes(), sqlite3_errcode(), and sqlite3_extended_errcode(). check-in: 41ad3433f5 user: shaneh tags: trunk | |
2011-04-14
| ||
01:25 | Fix download links on downloads.wiki page. check-in: 0d40eb222b user: shaneh tags: trunk | |
2011-04-13
| ||
21:39 | Fix setup baking tool to deal with PATHs containing pre-existing parenthesis. check-in: 5a1ebacf53 user: mistachkin tags: trunk | |
21:19 | Put back placeholder temporarily. check-in: 2797b8d4b7 user: shaneh tags: trunk | |
21:12 | Update downloads page for v1.0.69.0 (3.7.6). check-in: 3435896767 user: shaneh tags: trunk, release | |
21:05 | Default to NETFX20 for 2010 setup too. check-in: 74f8e73e35 user: shaneh tags: trunk | |
20:54 | Escaping change for path setting for bake.bat didn't work. Put back goto construct. check-in: fed833ea6e user: shaneh tags: trunk | |
20:53 | More comments on build instructions. check-in: 9c3b14681c user: shaneh tags: trunk | |
20:52 | Update compile time options to be superset of default and legacy defines. check-in: 1cb9770a51 user: shaneh tags: trunk | |
20:05 | Update VC++ runtime redists for x64 to include MS security fix MS11-025. check-in: 05e8bf6d0e user: shaneh tags: trunk | |
19:42 | Update VC++ runtime redists to include MS security fix MS11-025 (see MS KB2467174 and KB2455033). check-in: 186330cb88 user: mistachkin tags: trunk | |
19:39 | Undo VS munging of project file. check-in: 86e1c86be9 user: mistachkin tags: trunk | |
19:21 | Merge accidental fork. check-in: 44fd97125e user: shaneh tags: trunk | |
19:12 | Update setup baking tool to revise fix for escaping parenthesis. Temporarily disable use of bcsmake for the interop project. check-in: fdf1e3ca74 user: mistachkin tags: trunk | |
02:57 | More updates to features list. check-in: 62f4222cb5 user: shaneh tags: trunk | |
02:46 | Update for release. check-in: 425f258bee user: shaneh tags: trunk | |
02:00 | Fix issue where parens in a command would mess up IF-THEN parsing in batch file. check-in: 72b3ddb5fd user: shaneh tags: trunk | |
2011-04-12
| ||
20:59 | Further simplify native RC file, removing MFC-isms. check-in: f045d27f35 user: mistachkin tags: trunk | |
20:47 | Remove improper usage of MFC-related header file.] check-in: c3cada1a80 user: mistachkin tags: trunk | |
20:24 | Official 3.7.6 source files. check-in: 8436c6dd92 user: shaneh tags: trunk | |
20:23 | More updates to 'the wiki pages. check-in: 0dea92ccd7 user: shaneh tags: trunk | |
19:55 | Change default build configuration back to VS 2008. Please note that, by default, VC++ 2008 Express (or better) is required to use the build.bat tool. check-in: 7856d2e9ff user: mistachkin tags: trunk | |
19:22 | Allow usage of VS 2010 command line build environment when producing managed binaries that require the .NET Framework 2.0. check-in: 996656054d user: mistachkin tags: trunk | |
18:18 | Missed one stray file. check-in: a5c8fdcb81 user: mistachkin tags: trunk | |
18:00 | Delete stray files. check-in: 8caa2e8152 user: mistachkin tags: trunk | |
17:37 | Moving old VS solution and project files off into a branch. check-in: a4d5343b7e user: shaneh tags: trunk | |
17:14 | Add matching workaround for VS 2010. check-in: da4c823012 user: mistachkin tags: trunk | |
17:07 | Fix typo on features.wiki page. check-in: a42ef66d86 user: shaneh tags: trunk | |
16:54 | Updates to supported features. check-in: 75741af49d user: shaneh tags: trunk | |
16:45 | Workaround for not having VS 2008 installed when using the command-line build environment. check-in: 3ce8ba354b user: mistachkin tags: trunk | |
16:15 | More build notes edits. check-in: 6560c52f85 user: shaneh tags: trunk | |
16:14 | Delete test.exe.config from output directory. check-in: 30f337f40b user: shaneh tags: trunk | |
16:03 | Fix post-build conditional for XCOPY task. Remove superfluous ItemGroup for embedded resources from LINQ projects. check-in: c584d03d83 user: mistachkin tags: trunk | |
15:23 | Updates to the build instructions. check-in: e69b9c401c user: shaneh tags: trunk | |
12:42 | Increase version number to 3.7.6 and 1.0.69.0 in preparation for the upcoming release. check-in: 1da75aaa06 user: shaneh tags: trunk | |
05:27 | Updated features list with notes on currently unsupported features. check-in: b26b489a03 user: shaneh tags: trunk | |
05:26 | Added documentation for building. check-in: f8c5d3f07e user: shaneh tags: trunk | |
05:24 | Pre 3.7.6 check-in for testing. check-in: 1cb02b0a7b user: shaneh tags: trunk | |
2011-04-10
| ||
01:50 | Make sure all new build system metadata files are accessible in the IDE via the solutions. check-in: 191aeaf73e user: mistachkin tags: trunk | |
2011-04-09
| ||
23:43 | Make sure InnoSetup install can be found by the setup baking tools on x64 machines. check-in: 99457d88c0 user: mistachkin tags: trunk | |
23:06 | Add missing diagnostic message for the PATH variable. check-in: f43bb46d45 user: mistachkin tags: trunk | |
23:03 | Remove hard-coded assumption of VC 2008/2010 SP1-level runtimes. check-in: ac588533ce user: mistachkin tags: trunk | |
22:43 | Add check for the .NET Framework 3.5 to prevent the LINQ assembly from being NGen'd when it is not present. Break setup Pascal scripts into #included files. Improve error message for VC runtime install failure. check-in: c5557a55e6 user: mistachkin tags: trunk | |
21:41 | Fail setup if the return code from the VC++ runtime installer is non-zero. check-in: 19bbb66461 user: mistachkin tags: trunk | |
21:24 | Add release build automation tool (build.bat). Add readme.htm solution item. Add LINQ assembly to setup. Add diagnostic capabilities to setup baking tools. Change version of LINQ assembly to match primary assembly. Fix warning in compact framework project related to importing the C# build tasks more than once. check-in: 2ad2abc109 user: mistachkin tags: trunk | |
19:42 | Unbreak StrongName signing on VS 2010 RTM. MSDN ref: 4b8f353d-8153-45d6-b286-10403cdf159a check-in: 742a2fd061 user: mistachkin tags: trunk | |
19:20 | Fix post-build step condition for Debug and Release configurations of the interop project (i.e. they should always try to re-sign the assembly). check-in: e5e8c081f5 user: mistachkin tags: trunk | |
17:38 | Add previously missing vsixmanifest file to the new projects. check-in: 2bef3aded8 user: mistachkin tags: trunk | |
17:31 | yet another missing designer file check-in: 0aa010fe65 user: shaneh tags: trunk | |
01:46 | Add revised membership provider project to the new build system. This has not been added to the solutions in the new build system because it is missing some source files and does not compile. check-in: 0d0f3a4a5f user: mistachkin tags: trunk | |
01:33 | Silence excessive non-CLS-compliant warnings from the VS designer project. Move StrongName properties for the legacy VS designer project into the project file itself. check-in: b1a322d016 user: mistachkin tags: trunk | |
01:26 | Add VS designer project to the new build system. Modify project GUIDs for the new LINQ projects to match the original ones. check-in: 19cdab0a03 user: mistachkin tags: trunk | |
00:31 | Add System.Data.SQLite.Linq project to the new build system and get it working. check-in: bdbfdb6850 user: mistachkin tags: trunk | |
2011-04-08
| ||
11:47 | Allow manual override of common setup baking properties. Also, clarify conditions for VS 2010 post-build steps in the interop assembly project. check-in: bd6bc1aab9 user: mistachkin tags: trunk | |
10:59 | Add missing file headers to setup and batch files. check-in: 0466475f46 user: mistachkin tags: trunk | |
10:50 | Parametrize the setup and add batch files to build all the necessary setup variations. check-in: 722fe9ce7f user: mistachkin tags: trunk | |
08:35 | Disable prompt to remove GAC'd assembly on uninstall. Also, due to GAC and 'shared file' requirements, install assembly file to be GAC'd in its own directory. check-in: 3b8648f3d3 user: mistachkin tags: trunk | |
08:17 | Use built-in GAC handling provided by InnoSetup. Include and install Visual C++ runtime. check-in: 9a42ab969b user: mistachkin tags: trunk | |
05:14 | Add post-build step to copy interop dll to test directory (VS 2008). Also, add trailing backslash to VS 2010 post-build commands. check-in: a512f4ae40 user: mistachkin tags: trunk | |
04:40 | Add post-build step to copy interop dll to test directory. check-in: de383c669e user: mistachkin tags: trunk | |
04:32 | Fix compiler warning. check-in: 75fa3f2f06 user: shaneh tags: trunk | |
04:10 | Add VS 2010 x64 project configurations for the SQLite.Interop assembly to the new build system. check-in: acc3e52af9 user: mistachkin tags: trunk | |
03:25 | Add VS 2008 x64 project configurations for the SQLite.Interop assembly to the new build system. check-in: c03b3924fd user: mistachkin tags: trunk | |
03:07 | Add another missing Linq file. check-in: 4528f3167e user: shaneh tags: trunk | |
01:53 | First attempt at using InnoSetup for setup. Adjust default solution settings to favor using the custom 'SQLite.Interop.dll' instead of the standard 'sqlite3.dll'. check-in: 19ee37dcd5 user: mistachkin tags: trunk | |
00:19 | Fix legacy build system for VS 2010. Properly link the SQLite.Interop assembly file with the NetModule and sign it. Also, correct the solution-to-project build configuration mappings. check-in: 4c948ec682 user: mistachkin tags: trunk | |
2011-04-07
| ||
23:43 | Fix StrongName signing issue with the SQLite.Interop assembly file. Make sure all build configurations and platforms are properly mapped in the solution files. check-in: 56f84a6f6c user: mistachkin tags: trunk | |
15:53 | Missing file for designer. check-in: dc92d38c29 user: shaneh tags: trunk | |
15:12 | Added files for building Linq module. check-in: 9c7e81cdb4 user: shaneh tags: trunk | |
2011-04-06
| ||
02:06 | added files for install project; check-in: f0d5e38f0b user: shaneh tags: trunk | |
2011-03-17
| ||
03:21 | Added a contributor agreement. check-in: 4dbf5841e2 user: shaneh tags: trunk | |
2011-03-13
| ||
20:16 | Placeholder for new downloads page. check-in: 4429c5391f user: shaneh tags: trunk | |
2011-02-26
| ||
15:09 | Enable native-only targets for the interop assembly. check-in: 26379a6c73 user: mistachkin tags: trunk | |
13:51 | Preparation for the native-only interop targets (i.e. SQLite.Interop.dll). Avoid having the project name being used to help name any of the output files. check-in: 1688fbec2c user: mistachkin tags: trunk | |
12:37 | Fix issue with the VERSIONINFO resource where the DEBUG flag was not being set correctly. check-in: ddd4705c67 user: mistachkin tags: trunk | |
12:16 | Add the interop project to the VS 2010 specific solution. check-in: 66d8e45055 user: mistachkin tags: trunk | |
12:11 | Fix issue with the INTEROP_ASSEMBLY_RESOURCES build macro. check-in: 9ffa2eeb33 user: mistachkin tags: trunk | |
12:03 | Fix strong name signing with embedded manifests and add the VS 2010 project file for the interop assembly. check-in: 6660802dd0 user: mistachkin tags: trunk | |
10:24 | Move RC file (missed in previous commit). check-in: 0e372ed8f9 user: mistachkin tags: trunk | |
10:21 | Added interop project to streamlined build system. Updated SQLite to version 3.7.5. Fixed several warnings about unused local variables in extension-functions.c and interop.c. Group the source files by their origin (for clarity). Heavily revised the RC file for consistency and to centralize version information. Unfortunately, VS2008 / VS2010 use entirely different schemas for their property files; therefore, two sets of property files are required. Deleted the extraneous resource.h file. check-in: 98361f4a6b user: mistachkin tags: trunk | |
2011-02-17
| ||
08:41 | Add test project to streamlined build system. Remove hard-coded supportedRuntime element from the test project app.config file as it is not necessary and prevents the test project from working correctly with the .NET Framework 2.0. Remove unnecessary using statements from test project. check-in: 921761a566 user: mistachkin tags: trunk | |
07:52 | More work on streamlined build system. check-in: 55bbb6741b user: mistachkin tags: trunk | |
06:00 | Initial work on streamlining the build system. Also, partial fix for building with Visual Studio 2008 and/or the .NET Framework 2.0 [2737c06ea1] (for the primary assembly only). check-in: 6d2a2db720 user: mistachkin tags: trunk | |
2011-02-16
| ||
05:05 | Don't set SQLITE_OPEN_CREATE when "Read Only=true" is used in the connection string. Fix for [ac0e253dcf]. check-in: 99e4838b78 user: shaneh tags: trunk | |
03:45 | Removed dependency on app.config from project System.Data.SQLite - Netmodule. Fix for [9db22d7e32]. check-in: 312197770b user: shaneh tags: trunk | |
03:42 | Added null check on p in sqlite3_finalize_interop(). Fix for [fc994d007d]. check-in: 726d3115f6 user: shaneh tags: trunk | |
03:22 | Updates for compiling design time support (includes missing DLLs for VS2005, 2008, and 2010). check-in: b0ae15a64c user: shaneh tags: trunk | |
2011-01-31
| ||
21:09 | Fix typo. check-in: 640f41c7ee user: shaneh tags: trunk | |
20:46 | More updates to the web pages. check-in: e473043c58 user: shaneh tags: trunk | |
20:17 | Updates to web pages. check-in: b4b0148f05 user: shaneh tags: trunk | |
19:58 | Added a few embedded web pages. check-in: 22ba9778cb user: shaneh tags: trunk | |
04:23 | Added setup and msi projects to main solution and modified to remove design time support. Need to get this building and tested and re-added. check-in: 1e42f1810d user: shaneh tags: trunk | |
2011-01-04
| ||
22:42 | Remove the "suo" file from control on the advice of VS2010 authorities on the net. check-in: c69a42fb89 user: drh tags: trunk | |
22:18 | Remove obsolete separate source-file implementation of SQLite and rely exclusively on the amalgamation. check-in: 4adb1bfb8a user: drh tags: trunk | |
22:03 | Remove all of the build products in the bin/ subdirectory from the source tree. check-in: 6a5f417260 user: drh tags: trunk | |
21:55 | Merge the VS2010 updates into trunk. check-in: b6e6cd73f6 user: drh tags: trunk | |
2010-11-24
| ||
14:29 | Remove a duplicate DLL whose name differs only in case. check-in: 7f9e634bf5 user: drh tags: trunk | |
2010-08-15
| ||
22:10 | Fix guid type Closed-Leaf check-in: 555d0d530d user: rmsimpson tags: sourceforge | |
2010-08-11
| ||
16:17 | Updates for take and skip check-in: fc483e780a user: rmsimpson tags: sourceforge | |
16:15 | Updates to the test app check-in: 7bfffba74e user: rmsimpson tags: sourceforge | |
16:15 | Code merge SQLite 3.7.0.1 check-in: 70c0651802 user: rmsimpson tags: sourceforge | |
16:14 | Updates for 67 release check-in: 09564699fe user: rmsimpson tags: sourceforge | |
16:13 | Prep for 67 check-in: e842408df1 user: rmsimpson tags: sourceforge | |
16:12 | Various designer fixes check-in: eaebdca96e user: rmsimpson tags: sourceforge | |
16:11 | Fixing VS2005 support and adding VS2010 support check-in: 835bf14e60 user: rmsimpson tags: sourceforge | |
2010-08-05
| ||
02:03 | 1.0.66.0 check-in: 7ec6a118ce user: rmsimpson tags: sourceforge, release | |
2009-07-10
| ||
04:43 | 1.0.64.0 check-in: de1a94066c user: rmsimpson tags: sourceforge | |
2009-07-02
| ||
17:46 | 1.0.63.0 check-in: 25cc9c6500 user: rmsimpson tags: sourceforge | |
2009-06-29
| ||
22:59 | 1.0.63.0 check-in: 26297c39cc user: rmsimpson tags: sourceforge | |
2009-06-19
| ||
21:04 | 3.6.15 check-in: e7d1758f41 user: rmsimpson tags: sourceforge | |
20:57 | 1.0.62.0 check-in: 5ab035e676 user: rmsimpson tags: sourceforge | |
2009-04-28
| ||
17:09 | 1.0.61.0 check-in: 734737fbb6 user: rmsimpson tags: sourceforge | |
16:17 | SQLite 3.6.13 check-in: d309051563 user: rmsimpson tags: sourceforge | |
16:16 | 1.0.61.0 check-in: 16e6852a8a user: rmsimpson tags: sourceforge | |
2008-10-05
| ||
16:29 | 1.0.60.0 check-in: 832002b852 user: rmsimpson tags: sourceforge | |
16:20 | 1.0.60.0 check-in: 792a4b099d user: rmsimpson tags: sourceforge | |
15:45 | 1.0.60.0 check-in: 6098f7397e user: rmsimpson tags: sourceforge | |
15:35 | 1.0.60.0 check-in: c425f2d2e9 user: rmsimpson tags: sourceforge | |
2008-09-22
| ||
16:27 | 1.0.59.0 check-in: 147afad4ff user: rmsimpson tags: sourceforge | |
16:18 | 1.0.59.0 check-in: 4d6b467497 user: rmsimpson tags: sourceforge | |
16:02 | 1.0.59.0 check-in: eb68645c41 user: rmsimpson tags: sourceforge | |
2008-09-03
| ||
05:03 | pre 1.0.59.0 check-in: 016669885b user: rmsimpson tags: sourceforge | |
2008-09-02
| ||
15:46 | pre 1.0.59.0 check-in: c0dab1edea user: rmsimpson tags: sourceforge | |
2008-08-11
| ||
21:12 | 1.0.56.0 check-in: faaaeb7bd7 user: rmsimpson tags: sourceforge | |
2008-08-08
| ||
05:42 | 1.0.56.0 beta check-in: 85ed84191d user: rmsimpson tags: sourceforge | |
2008-08-06
| ||
21:49 | 1.0.55.0 check-in: 8848fb5ed8 user: rmsimpson tags: sourceforge | |
21:48 | 3.6.1 debug sources check-in: add0673a62 user: rmsimpson tags: sourceforge | |
21:40 | 1.0.55.0 check-in: 24425920c8 user: rmsimpson tags: sourceforge | |
2008-07-26
| ||
04:34 | 1.0.54.0 check-in: 41d8f0f895 user: rmsimpson tags: sourceforge | |
2008-07-24
| ||
06:19 | 1.0.53.0 check-in: 2b553f96c4 user: rmsimpson tags: sourceforge | |
2008-07-16
| ||
23:32 | 1.0.52.0 check-in: 1084c98790 user: rmsimpson tags: sourceforge | |
23:32 | no message check-in: c49238f784 user: rmsimpson tags: sourceforge | |
2008-07-01
| ||
05:24 | First pass at LINQ support for VS2008 SP1 beta1 check-in: ee1d336998 user: rmsimpson tags: sourceforge | |
2008-06-27
| ||
21:34 | 1.0.50.0 check-in: 5d225801e2 user: rmsimpson tags: sourceforge | |
21:33 | 1.0.50.0 check-in: 1db667d2bd user: rmsimpson tags: sourceforge | |
2008-05-28
| ||
08:19 | VS2008 Conversion check-in: 464ebf8948 user: rmsimpson tags: sourceforge | |
08:18 | 1.0.49.0 check-in: f3f45cefd1 user: rmsimpson tags: sourceforge | |
2007-12-07
| ||
16:09 | no message check-in: 4228ab0070 user: rmsimpson tags: sourceforge | |
2007-12-04
| ||
16:11 | SQLite 3.5.3 check-in: ba03747b49 user: rmsimpson tags: sourceforge | |
16:07 | 1.0.47.0 check-in: 7518ccfcff user: rmsimpson tags: sourceforge | |
2007-10-01
| ||
03:25 | 1.0.46.0 check-in: 67f18e8aaa user: rmsimpson tags: sourceforge | |
2007-09-25
| ||
22:50 | 1.0.45.0 code merge with SQLite 3.4.2 check-in: 5e670230f4 user: rmsimpson tags: sourceforge | |
22:46 | Fixed section size calculations check-in: 685c65f2d6 user: rmsimpson tags: sourceforge | |
22:45 | 1.0.45.0 check-in: 5a232b012b user: rmsimpson tags: sourceforge | |
2007-07-21
| ||
08:46 | 1.0.44.0 check-in: e2beba4862 user: rmsimpson tags: sourceforge | |
08:46 | 1.0.44.0 check-in: d189b55f98 user: rmsimpson tags: sourceforge | |
08:46 | 1.0.44.0 check-in: 7b0eeb3816 user: rmsimpson tags: sourceforge | |
2007-06-19
| ||
22:42 | Code merge with SQLite 3.4.0 check-in: d9903df39e user: rmsimpson tags: sourceforge | |
22:37 | 1.0.43.0 check-in: deedbd7367 user: rmsimpson tags: sourceforge | |
2007-06-02
| ||
17:41 | 1.0.43.0 check-in: a8f97c9977 user: rmsimpson tags: sourceforge | |
2007-04-23
| ||
08:12 | 1.0.41.0 check-in: ee3c5d62f1 user: rmsimpson tags: sourceforge | |
07:59 | 1.0.41.0 check-in: acd17b1cf8 user: rmsimpson tags: sourceforge | |
2007-04-22
| ||
23:23 | 1.0.41.0 check-in: 06c93533ad user: rmsimpson tags: sourceforge | |
2007-01-30
| ||
15:20 | 3.3.12 check-in: daf72d2d8e user: rmsimpson tags: sourceforge | |
2007-01-12
| ||
02:52 | 1.0.39.1 check-in: 908ab2479a user: rmsimpson tags: sourceforge | |
02:42 | 1.0.39.1 check-in: 7661398d85 user: rmsimpson tags: sourceforge | |
2007-01-11
| ||
07:19 | 1.0.39.0 check-in: 11150ff5e1 user: rmsimpson tags: sourceforge | |
07:12 | 1.0.39.0 check-in: ba5ffdf237 user: rmsimpson tags: sourceforge | |
07:06 | 1.0.39.0 check-in: 99146912d3 user: rmsimpson tags: sourceforge | |
2007-01-10
| ||
19:14 | 1.0.39.0 check-in: 89d321e778 user: rmsimpson tags: sourceforge | |
18:58 | 1.0.39.0 check-in: a9cc9e2eba user: rmsimpson tags: sourceforge | |
18:50 | Temporary fix for CE check-in: cb13e676d0 user: rmsimpson tags: sourceforge | |
16:04 | 1.0.39.0 check-in: b5149d055f user: rmsimpson tags: sourceforge | |
15:50 | no message check-in: 2f09f48056 user: rmsimpson tags: sourceforge | |
14:50 | SQLite 3.3.10 check-in: 0b4eec86dd user: rmsimpson tags: sourceforge | |
14:49 | 1.0.39.0 check-in: e8355ff70e user: rmsimpson tags: sourceforge | |
2006-11-22
| ||
07:30 | Corrected date check-in: 168625c7ec user: rmsimpson tags: sourceforge | |
07:13 | 1.0.38.0 check-in: b438f19d0c user: rmsimpson tags: sourceforge | |
06:42 | 1.0.38.0 check-in: 7c57929567 user: rmsimpson tags: sourceforge | |
2006-11-18
| ||
22:21 | 1.0.37.0 check-in: 98df3968b8 user: rmsimpson tags: sourceforge | |
2006-10-23
| ||
21:30 | Detect potential problems with CF mixed assemblies check-in: 104389977a user: rmsimpson tags: sourceforge | |
21:28 | 1.0.36.0 check-in: b23bfc47c3 user: rmsimpson tags: sourceforge | |
2006-10-16
| ||
17:00 | Full Text search test check-in: 8db4cc27ac user: rmsimpson tags: sourceforge | |
14:51 | Add smalldate and smalldatetime check-in: c655bb861a user: rmsimpson tags: sourceforge | |
05:47 | 1.0.35.1 check-in: 2c8650d744 user: rmsimpson tags: sourceforge | |
05:47 | 1.0.36.0 check-in: 23f21c105c user: rmsimpson tags: sourceforge | |
2006-10-14
| ||
18:03 | CE fix check-in: c3042c2126 user: rmsimpson tags: sourceforge | |
18:03 | Scan PE headers for CE problems check-in: 06c74a1584 user: rmsimpson tags: sourceforge | |
18:01 | 1.0.36.0 check-in: 6a7dae8af3 user: rmsimpson tags: sourceforge | |
02:28 | 1.0.36.0 check-in: d3361e927b user: rmsimpson tags: sourceforge | |
02:27 | 3.3.8 codemerge check-in: de5078c58f user: rmsimpson tags: sourceforge | |
2006-10-12
| ||
21:34 | 3.3.8 Codemerge check-in: 79005e2d23 user: rmsimpson tags: sourceforge | |
2006-10-05
| ||
22:35 | Transaction Scope fixes check-in: 7d43f65e6a user: rmsimpson tags: sourceforge | |
21:18 | Work in progress check-in: 230b880a4c user: rmsimpson tags: sourceforge | |
2006-09-11
| ||
21:15 | 1.0.35.1 check-in: e57d6e37d5 user: rmsimpson tags: sourceforge | |
2006-09-10
| ||
19:36 | 1.0.35.0 check-in: 1156e2bf74 user: rmsimpson tags: sourceforge | |
19:27 | 1.0.35.0 check-in: 0bebedcaf5 user: rmsimpson tags: sourceforge | |
2006-09-09
| ||
15:28 | 1.0.34.0 check-in: c57b635c6b user: rmsimpson tags: sourceforge | |
2006-09-08
| ||
21:31 | Additional docs check-in: 61e01b2074 user: rmsimpson tags: sourceforge | |
20:18 | 1.0.35.0 check-in: 76248530ca user: rmsimpson tags: sourceforge | |
2006-09-04
| ||
00:48 | 1.0.34.0 again check-in: c2fb2ce4dc user: rmsimpson tags: sourceforge | |
00:48 | 1.0.34.0 check-in: bb1f7522d2 user: rmsimpson tags: sourceforge | |
2006-09-03
| ||
18:15 | 1.0.34.0 check-in: 563830df65 user: rmsimpson tags: sourceforge | |
2006-08-23
| ||
19:17 | Workaround for Compact Framework issue check-in: bced2e3f94 user: rmsimpson tags: sourceforge | |
2006-08-21
| ||
17:30 | 1.0.33.0 check-in: 0272c8e8ec user: rmsimpson tags: sourceforge | |
2006-08-13
| ||
16:22 | 1.0.33.0 check-in: 41bcfd12d5 user: rmsimpson tags: sourceforge | |
16:00 | 1.0.33.0 check-in: c0a09f2619 user: rmsimpson tags: sourceforge | |
15:55 | 3.3.7 codemerge check-in: d91f7243f3 user: rmsimpson tags: sourceforge | |
2006-08-07
| ||
04:13 | 1.0.32.0 check-in: 531b78f4a7 user: rmsimpson tags: sourceforge | |
03:50 | 1.0.32.0 check-in: 4c037f4d50 user: rmsimpson tags: sourceforge | |
2006-08-06
| ||
18:17 | 1.0.32.0 check-in: 71293812a7 user: rmsimpson tags: sourceforge | |
17:55 | 1.0.32.0 check-in: 6b4fd5077c user: rmsimpson tags: sourceforge | |
2006-07-16
| ||
21:25 | 1.0.31.0 check-in: 6273b49d89 user: rmsimpson tags: sourceforge | |
17:46 | Use package provider on full visualstudio versions check-in: 4060c752bc user: rmsimpson tags: sourceforge | |
17:44 | 1.0.31.0 code cleanup and fixes for view schemas check-in: 6ae6600f6f user: rmsimpson tags: sourceforge | |
17:43 | 1.0.31.0 - scalar function returns null instead of dbnull check-in: f96ea449db user: rmsimpson tags: sourceforge | |
17:41 | 1.0.31.0 check-in: d2b95f8376 user: rmsimpson tags: sourceforge | |
2006-07-13
| ||
06:04 | Re-fix view schema parsing check-in: 64915ce689 user: rmsimpson tags: sourceforge | |
06:03 | Fix typo check-in: 81779c3f2e user: rmsimpson tags: sourceforge | |
2006-07-02
| ||
16:12 | 1.0.30.1 check-in: c1583f436c user: rmsimpson tags: sourceforge | |
16:01 | 1.0.30.1 check-in: a9f9961dee user: rmsimpson tags: sourceforge | |
07:42 | 1.0.29.0 check-in: 951b1f1df9 user: rmsimpson tags: sourceforge | |
07:36 | 1.0.30.0 check-in: 5a04539d8b user: rmsimpson tags: sourceforge | |
07:32 | 1.0.30.0 check-in: 8304ccea6e user: rmsimpson tags: sourceforge | |
07:30 | Minor adjustments check-in: 24417781f0 user: rmsimpson tags: sourceforge | |
06:50 | Minor tweaks and improvements check-in: 131c0c6ebc user: rmsimpson tags: sourceforge | |
06:48 | Added sqlite3_key and rekey check-in: 02670a9729 user: rmsimpson tags: sourceforge | |
06:45 | 1.0.30.0 check-in: c03b78555a user: rmsimpson tags: sourceforge | |
2006-06-08
| ||
04:19 | 3.3.6 check-in: b1ba6be10a user: rmsimpson tags: sourceforge | |
04:19 | 3.3.6 check-in: 99df6fe847 user: rmsimpson tags: sourceforge | |
2006-05-23
| ||
13:59 | Minor performance enhancements check-in: 6975b34fa4 user: rmsimpson tags: sourceforge | |
2006-05-19
| ||
13:57 | Tentative DataDirectory support check-in: f011ea6e60 user: rmsimpson tags: sourceforge | |
2006-05-17
| ||
15:40 | Fixed Indexes and IndexColumns schema to properly filter by specified index check-in: 84bfdb3d6b user: rmsimpson tags: sourceforge | |
2006-05-16
| ||
15:09 | 1.0.29.0 check-in: 215bbdba11 user: rmsimpson tags: sourceforge | |
15:04 | 1.0.29.0 check-in: 1c9ddc7062 user: rmsimpson tags: sourceforge | |
14:32 | 1.0.29.0 check-in: f0fee3a04e user: rmsimpson tags: sourceforge | |
14:24 | 1.0.29.0 check-in: 4489be8494 user: rmsimpson tags: sourceforge | |
14:08 | Datatype bugfix check-in: d608262a37 user: rmsimpson tags: sourceforge | |
13:39 | 1.0.29.0 check-in: 9eac19ba95 user: rmsimpson tags: sourceforge | |
2006-05-15
| ||
14:45 | Inherit from DbException check-in: 1b720ed166 user: rmsimpson tags: sourceforge | |
14:44 | CF adjustments check-in: 2f5efd135b user: rmsimpson tags: sourceforge | |
14:24 | Fix numeric scale/precision schema info check-in: f7f8595cb8 user: rmsimpson tags: sourceforge | |
03:54 | Fix automatic transaction enlistment check-in: d5b529f8e1 user: rmsimpson tags: sourceforge | |
2006-05-12
| ||
04:02 | Fix schema view enumeration check-in: 416aea5915 user: rmsimpson tags: sourceforge | |
2006-05-02
| ||
16:06 | no message check-in: 4fb971a706 user: rmsimpson tags: sourceforge | |
2006-04-14
| ||
19:55 | Add try/catch around libpath install code check-in: 8e0f024374 user: rmsimpson tags: sourceforge | |
19:43 | Added ReservedWords metadata collection check-in: 01999c6608 user: rmsimpson tags: sourceforge | |
16:15 | 1.0.28.0 check-in: 37c0946bd8 user: rmsimpson tags: sourceforge | |
05:53 | 1.0.28.0 check-in: bd01d5ebbe user: rmsimpson tags: sourceforge | |
04:30 | Parameter fixups check-in: f1ab070a90 user: rmsimpson tags: sourceforge | |
04:29 | Fix incorrect type check-in: bf78037aa9 user: rmsimpson tags: sourceforge | |
2006-04-13
| ||
19:35 | 1.0.28.0 fixes check-in: 55fffe0c75 user: rmsimpson tags: sourceforge | |
19:28 | no message check-in: 9bcd475d54 user: rmsimpson tags: sourceforge | |
19:28 | 1.0.28.0 changes check-in: 95e90249a9 user: rmsimpson tags: sourceforge | |
19:27 | 1.0.28.0 verbage check-in: 3cb0952c48 user: rmsimpson tags: sourceforge | |
19:27 | Minor updates check-in: 7afc80c36f user: rmsimpson tags: sourceforge | |
2006-04-12
| ||
21:11 | LIBPATH fixes for external tools check-in: 2513e50f9b user: rmsimpson tags: sourceforge | |
05:48 | 64-bit enhancements check-in: 4ef76f59b4 user: rmsimpson tags: sourceforge | |
05:47 | 1.0.28.0 prep check-in: 49268d8c86 user: rmsimpson tags: sourceforge | |
2006-04-11
| ||
19:45 | 64-bit changes check-in: f1667b2ff7 user: rmsimpson tags: sourceforge | |
19:44 | 3.3.5 codec changes check-in: c9d926d514 user: rmsimpson tags: sourceforge | |
18:06 | SQLite 3.3.5 check-in: 3c0bd4f9c1 user: rmsimpson tags: sourceforge | |
18:03 | Minor updates check-in: 5f0ab8e135 user: rmsimpson tags: sourceforge | |
18:02 | 64-bit fixes check-in: 5dea167156 user: rmsimpson tags: sourceforge | |
2006-03-27
| ||
17:05 | Fix GetValue to retrieve guids properly check-in: 8ad750184a user: rmsimpson tags: sourceforge | |
2006-03-20
| ||
17:55 | Fix relative paths in Compact Framework check-in: cc914390be user: rmsimpson tags: sourceforge | |
2006-03-10
| ||
19:11 | Fixed a rather annoying bug in Role.DeleteUsersFromRoles. Updated ProviderUtility to give more descriptive errors. check-in: 98511b3009 user: jeffreyabecker tags: sourceforge | |
2006-03-09
| ||
15:21 | Code and comments cleanup check-in: a428d558a9 user: rmsimpson tags: sourceforge | |
2006-03-02
| ||
20:24 | Started on Profile Provider support check-in: 99e919890f user: jeffreyabecker tags: sourceforge | |
18:02 | 1.0.27.1 check-in: bd1f4f5d01 user: rmsimpson tags: sourceforge | |
02:34 | Made things threadsafe as they should have been to begin with. check-in: e5c3ca2b22 user: jeffreyabecker tags: sourceforge | |
2006-03-01
| ||
22:40 | updated membership to have sane defaults check-in: de05d61657 user: jeffreyabecker tags: sourceforge | |
22:09 | the Membership Module now provides 2 SiteMap Providers: SQLiteStaticSiteMap is the equivlent of the old SQLiteSiteMap SQLiteDynamicSiteMap is dynamic provider which does not cache nodes and hence is always up to date check-in: e3223fd000 user: jeffreyabecker tags: sourceforge | |
06:01 | 1.0.27.1 check-in: f680e44bbf user: rmsimpson tags: sourceforge | |
04:55 | no message check-in: 7f1a54a5c2 user: rmsimpson tags: sourceforge | |
2006-02-27
| ||
05:23 | no message check-in: 9e8c8737b8 user: rmsimpson tags: sourceforge | |
2006-02-26
| ||
18:26 | 1.0.27.0 final check-in: add85aba10 user: rmsimpson tags: sourceforge | |
16:44 | no message check-in: eacceb1083 user: rmsimpson tags: sourceforge | |
16:43 | no message check-in: 1efc5cf30e user: rmsimpson tags: sourceforge | |
16:34 | no message check-in: 3a72ffade8 user: rmsimpson tags: sourceforge | |
09:17 | 1.0.27.0 check-in: af4c910fa0 user: rmsimpson tags: sourceforge | |
09:16 | no message check-in: e775931559 user: rmsimpson tags: sourceforge | |
07:52 | no message check-in: 08a1efa56a user: rmsimpson tags: sourceforge | |
07:49 | Code cleanup and documentation check-in: 9ae2337497 user: rmsimpson tags: sourceforge | |
2006-02-25
| ||
17:10 | Finally some toolbox icons check-in: 39050c87c5 user: rmsimpson tags: sourceforge | |
17:09 | Prerelease check-in: 320bc6d729 user: rmsimpson tags: sourceforge | |
07:50 | Work in progress check-in: 059f612efa user: rmsimpson tags: sourceforge | |
2006-02-24
| ||
23:26 | work in progress check-in: 92a5b1ec00 user: rmsimpson tags: sourceforge | |
06:07 | work in progress check-in: 1283114bab user: rmsimpson tags: sourceforge | |
02:58 | no message check-in: aef54e6441 user: rmsimpson tags: sourceforge | |
2006-02-22
| ||
15:08 | no message check-in: 6edf1bc2c2 user: rmsimpson tags: sourceforge | |
05:38 | no message check-in: 6884dda44b user: rmsimpson tags: sourceforge | |
2006-02-21
| ||
05:34 | More designer updates check-in: 2be5482b8e user: rmsimpson tags: sourceforge | |
2006-02-20
| ||
06:01 | Added ConnectionUIControl support check-in: d6023aefd0 user: rmsimpson tags: sourceforge | |
06:00 | Minor schema changes for new designer stuff check-in: ffe9777f44 user: rmsimpson tags: sourceforge | |
05:57 | Tons of new designer stuff check-in: 5d84d2aebf user: rmsimpson tags: sourceforge | |
2006-02-17
| ||
17:31 | Schema fixes for testing check-in: 11d1251b2a user: rmsimpson tags: sourceforge | |
15:52 | no message check-in: 5d50a5271b user: rmsimpson tags: sourceforge | |
15:40 | no message check-in: bd90870f8e user: rmsimpson tags: sourceforge | |
06:06 | Platform compatibility changes check-in: 2253540b75 user: rmsimpson tags: sourceforge | |
06:06 | More index tweaks -- not done yet. check-in: cb20e39503 user: rmsimpson tags: sourceforge | |
2006-02-15
| ||
05:40 | no message check-in: 4aaa3c5cf6 user: rmsimpson tags: sourceforge | |
2006-02-14
| ||
19:47 | no message check-in: a1b56192e5 user: rmsimpson tags: sourceforge | |
19:41 | 1.0.26.1 check-in: 0cff10df69 user: rmsimpson tags: sourceforge | |
14:46 | no message check-in: 7c412389c2 user: rmsimpson tags: sourceforge | |
03:07 | no message check-in: 64d79942dc user: rmsimpson tags: sourceforge | |
2006-02-13
| ||
04:54 | no message check-in: 3269002736 user: rmsimpson tags: sourceforge | |
04:54 | Bugfixes and 64-bit support check-in: 463c0eb0ca user: rmsimpson tags: sourceforge | |
04:54 | Schema fixes check-in: 14a95defbf user: rmsimpson tags: sourceforge | |
04:53 | Lots of bugfixes and 64-bit support check-in: 6b095c4d3e user: rmsimpson tags: sourceforge | |
2006-02-11
| ||
15:38 | 1.0.26.0 check-in: 3ff75ea774 user: rmsimpson tags: sourceforge | |
15:19 | 1.0.26.0 check-in: 5cdbe425f7 user: rmsimpson tags: sourceforge | |
14:43 | 3.3.4 check-in: bbce6a40b1 user: rmsimpson tags: sourceforge | |
2006-02-10
| ||
23:12 | no message check-in: 55b185c3a5 user: rmsimpson tags: sourceforge | |
19:51 | Pre 3.3.4 interim updates check-in: ced943931d user: rmsimpson tags: sourceforge | |
19:45 | Pre 3.3.4 interim updates check-in: e3ded2c8dc user: rmsimpson tags: sourceforge | |
19:44 | Changes due to 3.3.4 check-in: 917fbb8c4d user: rmsimpson tags: sourceforge | |
19:44 | Lots of schema fixes and support for new 3.3.4 stuff check-in: 9e6e1cf6df user: rmsimpson tags: sourceforge | |
15:08 | Fixed a dispose issue for commands with active readers check-in: 505e5291d5 user: rmsimpson tags: sourceforge | |
15:04 | Removed some test stuff check-in: 89e5e0867e user: rmsimpson tags: sourceforge | |
04:47 | no message check-in: b83a6acadd user: rmsimpson tags: sourceforge | |
2006-02-09
| ||
23:24 | no message check-in: a56e1d7f7c user: rmsimpson tags: sourceforge | |
23:24 | Implement IsLong schema column check-in: 84578f9c4f user: rmsimpson tags: sourceforge | |
23:16 | Tokenize no longer needs fixing check-in: 4471c2c680 user: rmsimpson tags: sourceforge | |
19:32 | Designer changes check-in: c42f715cfe user: rmsimpson tags: sourceforge | |
19:31 | Design-time installer check-in: 394b8602c2 user: rmsimpson tags: sourceforge | |
19:29 | Designer additions check-in: 4af22aa37f user: rmsimpson tags: sourceforge | |
01:43 | no message check-in: 145ce50eb7 user: rmsimpson tags: sourceforge | |
2006-02-07
| ||
20:07 | Designer fixes check-in: 8c1919d48a user: rmsimpson tags: sourceforge | |
20:06 | SourceColumnNullMapping fix check-in: 52e06f632a user: rmsimpson tags: sourceforge | |
20:06 | Design-time support fixes check-in: 8b9640024b user: rmsimpson tags: sourceforge | |
2006-02-02
| ||
23:09 | Documentation changes only check-in: 5852cf0475 user: rmsimpson tags: sourceforge | |
22:45 | Post 3.3.3 code changes check-in: 67812ebd3a user: rmsimpson tags: sourceforge | |
22:44 | Fix rekey routine to skip the reserved locking page on databases over 1gb check-in: acedfb1e11 user: rmsimpson tags: sourceforge | |
2006-01-31
| ||
19:11 | 1.0.25.0 check-in: c0022ffcbd user: rmsimpson tags: sourceforge | |
05:29 | no message check-in: bc0a931347 user: rmsimpson tags: sourceforge | |
2006-01-30
| ||
23:22 | Updates in progress check-in: d55e8be2bc user: rmsimpson tags: sourceforge | |
23:21 | Minor fixes check-in: b11a6b9a96 user: rmsimpson tags: sourceforge | |
2006-01-27
| ||
22:41 | Support Enlist property check-in: a93b89dbd9 user: rmsimpson tags: sourceforge | |
22:41 | Documentation updates check-in: 5b7117d61a user: rmsimpson tags: sourceforge | |
22:21 | Better generic entrypoint handling check-in: 08f855ffb1 user: rmsimpson tags: sourceforge | |
06:13 | Fixed a bug in aggregate functions with empty resultsets check-in: ab8b2729bb user: rmsimpson tags: sourceforge | |
05:55 | Transaction enlistment and nested transaction test added check-in: a15dd26217 user: rmsimpson tags: sourceforge | |
05:55 | First shot at nested transactions and transaction enlistment check-in: 9e2d3ca71a user: rmsimpson tags: sourceforge | |
2006-01-24
| ||
01:59 | no message check-in: 4651c69837 user: rmsimpson tags: sourceforge | |
2006-01-23
| ||
23:20 | no message check-in: 7aa1c190a9 user: rmsimpson tags: sourceforge | |
19:41 | no message check-in: 46a5ce61ca user: rmsimpson tags: sourceforge | |
05:16 | no message check-in: 29ec851a72 user: rmsimpson tags: sourceforge | |
05:15 | Build changes check-in: bd756986ce user: rmsimpson tags: sourceforge | |
05:14 | Support dynamic mscoree dependencies check-in: 108116574c user: rmsimpson tags: sourceforge | |
2006-01-20
| ||
23:09 | no message check-in: 3f49013356 user: rmsimpson tags: sourceforge | |
19:55 | Fix ARM machine types check-in: 708dced90d user: rmsimpson tags: sourceforge | |
16:08 | 1.0.24.5 check-in: c79755ec5b user: rmsimpson tags: sourceforge | |
16:08 | no message check-in: f58ef51a62 user: rmsimpson tags: sourceforge | |
15:59 | no message check-in: da8e102e28 user: rmsimpson tags: sourceforge | |
15:54 | 1.0.24.5 check-in: e30d78fb6a user: rmsimpson tags: sourceforge | |
15:53 | no message check-in: 28d4d37329 user: rmsimpson tags: sourceforge | |
15:50 | 1.0.24.5 check-in: ab457a3ee7 user: rmsimpson tags: sourceforge | |
2006-01-16
| ||
15:51 | 3.3.1 alpha check-in: 2e8d224477 user: rmsimpson tags: sourceforge | |
15:49 | 1.0.24.4 check-in: aa2d5e4dc5 user: rmsimpson tags: sourceforge | |
2006-01-13
| ||
03:35 | no message check-in: 83d82c5bea user: rmsimpson tags: sourceforge | |
2006-01-12
| ||
20:55 | Optimize and fix the DataAdapter tests, shorten the locktest duration check-in: bb2c450c63 user: rmsimpson tags: sourceforge | |
20:54 | Latest Jan 12 CVS HEAD check-in: a7f98646af user: rmsimpson tags: sourceforge | |
20:53 | Remove unnecessary assignment check-in: 3407377976 user: rmsimpson tags: sourceforge | |
20:53 | Pre-build step updates check-in: 452dbe4827 user: rmsimpson tags: sourceforge | |
20:53 | Automate fixing up of sqlite sources check-in: f89ae9878e user: rmsimpson tags: sourceforge | |
20:53 | Fix memory leak with crypt keys check-in: 659d427be4 user: rmsimpson tags: sourceforge | |
20:51 | Jan 12 SQLite CVS HEAD check-in: 0ca16298cf user: rmsimpson tags: sourceforge | |
20:50 | no message check-in: 444f5a3b55 user: rmsimpson tags: sourceforge | |
2006-01-11
| ||
05:00 | 1.0.24.3 refresh check-in: 944e15b0fa user: rmsimpson tags: sourceforge | |
03:22 | 3.3.0 alpha check-in: d9c4970b26 user: rmsimpson tags: sourceforge | |
2006-01-10
| ||
23:32 | Fix a rollback bug check-in: e9bd66e344 user: rmsimpson tags: sourceforge | |
21:09 | CVS codemerge 10-JAN-2006 check-in: 2f0658a242 user: rmsimpson tags: sourceforge | |
21:03 | 1.0.24.3 beta check-in: 2620c61dbd user: rmsimpson tags: sourceforge | |
18:41 | Supports encrypted databases check-in: 0b89858658 user: rmsimpson tags: sourceforge | |
18:38 | no message check-in: 8dc721be16 user: rmsimpson tags: sourceforge | |
18:38 | no message check-in: 9bc8258798 user: rmsimpson tags: sourceforge | |
2006-01-06
| ||
16:46 | Fix Connection property to allow setting to null, and fix Dispose method to erase the command from the connection check-in: 5514a73a4e user: rmsimpson tags: sourceforge | |
2005-12-30
| ||
16:43 | 1.0.24.2 check-in: be65e0d94a user: rmsimpson tags: sourceforge | |
2005-12-28
| ||
17:39 | More bugfixes check-in: 53b6595afd user: rmsimpson tags: sourceforge | |
2005-12-27
| ||
15:32 | Implemented RecordsAffected property check-in: 673edbfb15 user: rmsimpson tags: sourceforge | |
15:32 | Fixed RowUpdated event check-in: 8f627c55dc user: rmsimpson tags: sourceforge | |
2005-12-22
| ||
17:22 | Support for Visual Web Developer Express Edition check-in: efcdfa042b user: rmsimpson tags: sourceforge | |
17:21 | Document support for Visual Web Developer Express Edition check-in: bd127c49e5 user: rmsimpson tags: sourceforge | |
2005-12-20
| ||
14:43 | Re-fix HasRows check-in: aa5229db4e user: rmsimpson tags: sourceforge | |
2005-12-19
| ||
20:46 | Fix typo check-in: 3df863ce6e user: rmsimpson tags: sourceforge | |
20:46 | Use a filter to retrieve attributes check-in: 33bc5a13c8 user: rmsimpson tags: sourceforge | |
20:45 | Fix HasRows() bug check-in: 6751277128 user: rmsimpson tags: sourceforge | |
17:57 | Code merge with 3.2.8 check-in: 3ab3870f3b user: rmsimpson tags: sourceforge | |
17:53 | 1.0.24.1 check-in: 58d4976ef2 user: rmsimpson tags: sourceforge | |
17:53 | 1.0.24.1 check-in: 2ad390d75a user: rmsimpson tags: sourceforge | |
2005-12-09
| ||
20:02 | Get smarter about exactly what version of the library is being installed check-in: 3e1c49fa29 user: rmsimpson tags: sourceforge | |
20:01 | Allow script debugging check-in: f0a33927c7 user: rmsimpson tags: sourceforge | |
19:59 | 1.0.24.0 check-in: d74c9c5606 user: rmsimpson tags: sourceforge | |
19:59 | Comments updated check-in: 18b915d1eb user: rmsimpson tags: sourceforge | |
19:59 | Modify transactions to allow immediate or deferred writelocks check-in: 2b393018db user: rmsimpson tags: sourceforge | |
2005-12-07
| ||
22:40 | Fix over-aggressive preparation of statements before execution check-in: ba2464b7f6 user: rmsimpson tags: sourceforge | |
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 check-in: a6a79f6c79 user: rmsimpson tags: sourceforge | |
2005-11-22
| ||
14:54 | Fixed the incomplete Catalogs schema check-in: 897a253ad0 user: rmsimpson tags: sourceforge | |
14:53 | no message check-in: bd09265a2c user: rmsimpson tags: sourceforge | |
2005-11-21
| ||
16:30 | BinaryInsert test modified to use ampersand parameters check-in: 58a81d6326 user: rmsimpson tags: sourceforge | |
16:30 | Added more ISO8601 datetimes check-in: c16bb7e835 user: rmsimpson tags: sourceforge | |
16:29 | Updated to allow ampersand parameter prefixes check-in: 2d07fa8b22 user: rmsimpson tags: sourceforge | |
16:27 | 1.0.23 check-in: c23f124343 user: rmsimpson tags: sourceforge | |
2005-11-18
| ||
15:58 | Fixed LONGTEXT and LONGCHAR that were being incorrectly typed check-in: 10eda27cb2 user: rmsimpson tags: sourceforge | |
15:37 | Modified coersion code to allow more flexibility and fix inherent bugs check-in: 1f1116559d user: rmsimpson tags: sourceforge | |
15:36 | Added a few new ISO8601 datetime conversion patterns check-in: e7ba6b83c2 user: rmsimpson tags: sourceforge | |
2005-11-11
| ||
22:01 | 1.0.22.0 check-in: a8dc0d117d user: rmsimpson tags: sourceforge | |
22:00 | Bugfix to reflection code check-in: 5277ab6c3b user: rmsimpson tags: sourceforge | |
2005-11-10
| ||
21:11 | Minor reference change check-in: 943d933b95 user: rmsimpson tags: sourceforge | |
21:08 | 1.0.22.0 check-in: 3591c117aa user: rmsimpson tags: sourceforge | |
21:08 | Globalization bugfixes check-in: 3a7fb899f7 user: rmsimpson tags: sourceforge | |
2005-11-03
| ||
21:11 | 1.0.21 RTM check-in: ee059e5590 user: rmsimpson tags: sourceforge | |
20:41 | Fixed corrupt file check-in: 1473a90fb7 user: rmsimpson tags: sourceforge | |
20:41 | Fixed schema reporting for parameterized queries check-in: c1ec6eee86 user: rmsimpson tags: sourceforge | |
20:41 | Minor conversion fixes check-in: 7df5ddfcd3 user: rmsimpson tags: sourceforge | |
20:39 | DataSourceInformation schema fixes check-in: 391d528e55 user: rmsimpson tags: sourceforge | |
20:38 | 1.0.21 RTM check-in: c5b1eab3b4 user: rmsimpson tags: sourceforge | |
20:32 | 1.0.21 RTM check-in: 28597a833b user: rmsimpson tags: sourceforge | |
20:31 | Uses XMLDOM for cleaner install check-in: f4336dee18 user: rmsimpson tags: sourceforge | |
20:30 | no message check-in: 6748d3069f user: rmsimpson tags: sourceforge | |
20:25 | 1.0.21 RTM check-in: 6d3877ca4d user: rmsimpson tags: sourceforge | |
2005-10-19
| ||
17:34 | 1.0.20 check-in: e9a77782dc user: rmsimpson tags: sourceforge | |
17:17 | 1.0.20 check-in: ff09f9f46e user: rmsimpson tags: sourceforge | |
17:10 | 1.0.20 check-in: a0d4d0cf1c user: rmsimpson tags: sourceforge | |
2005-10-05
| ||
19:38 | 3.2.7 codemerge check-in: 48ac9068b5 user: rmsimpson tags: sourceforge | |
19:33 | 1.0.19 check-in: 35ace076c2 user: rmsimpson tags: sourceforge | |
2005-09-16
| ||
17:39 | Compatibility updates with the newer releases of the .NET 2.0 Framework check-in: 8cccd928d1 user: rmsimpson tags: sourceforge | |
2005-09-01
| ||
06:09 | Unnecessary check-in: 053071d711 user: rmsimpson tags: sourceforge | |
06:07 | Re-merge with 3.2.5 check-in: bd1d21e4b3 user: rmsimpson tags: sourceforge | |
06:04 | 1.0.18 check-in: 2463d43a97 user: rmsimpson tags: sourceforge | |
2005-08-31
| ||
22:00 | Minor tweaks check-in: 409cdff9bc user: rmsimpson tags: sourceforge | |
2005-08-30
| ||
16:52 | Added new overrides to remove any necessary casting by end-users check-in: c8fd4d6f09 user: rmsimpson tags: sourceforge | |
2005-08-28
| ||
16:40 | Fixed version string check-in: 84593007c9 user: rmsimpson tags: sourceforge | |
16:38 | no message check-in: 6a96673848 user: rmsimpson tags: sourceforge | |
16:38 | Fixed version string in sqlite3.h check-in: 74898db87a user: rmsimpson tags: sourceforge | |
04:35 | Minor update check-in: c7bb83e518 user: rmsimpson tags: sourceforge | |
04:34 | 1.0.17 intiial X64 release check-in: 26761a9276 user: rmsimpson tags: sourceforge | |
04:34 | 1.0.17 intiial Itanium release check-in: 241525f52f user: rmsimpson tags: sourceforge | |
04:33 | 1.0.17 final check-in: 56addf2ca6 user: rmsimpson tags: sourceforge | |
04:32 | Updates to 1.0.17 check-in: f867c86a33 user: rmsimpson tags: sourceforge | |
04:32 | Minor updates check-in: 1ebbe1cd87 user: rmsimpson tags: sourceforge | |
04:31 | signature changes and bugfixes check-in: ab312a7adf user: rmsimpson tags: sourceforge | |
04:30 | 1.0.17 docs check-in: 218601b0c3 user: rmsimpson tags: sourceforge | |
2005-08-27
| ||
23:19 | Code merge with 3.2.5 check-in: c7bfcac577 user: rmsimpson tags: sourceforge | |
23:18 | 1.0.17 check-in: e32ca9884b user: rmsimpson tags: sourceforge | |
23:18 | 1.0.17 readme check-in: e4ddf884bb user: rmsimpson tags: sourceforge | |
23:17 | Added itanium and x64 platform build settings check-in: 065c6034ae user: rmsimpson tags: sourceforge | |
2005-08-26
| ||
05:04 | Tweaks and optimizations check-in: dcbda7101e user: rmsimpson tags: sourceforge | |
03:08 | no message check-in: c2d292b29a user: rmsimpson tags: sourceforge | |
2005-08-25
| ||
23:05 | no message check-in: c28e745691 user: rmsimpson tags: sourceforge | |
18:42 | pre 3.2.5 update check-in: 4d201cb5ab user: rmsimpson tags: sourceforge | |
18:37 | pre 3.2.5 update check-in: f4aa990e73 user: rmsimpson tags: sourceforge | |
18:30 | NTFS EFS (Encrypted file system) and compression support check-in: a90b51ae3c user: rmsimpson tags: sourceforge | |
05:42 | Enhanced schema support and bugfixes check-in: bc941432db user: rmsimpson tags: sourceforge | |
05:42 | Enhanced design-time support check-in: c08310dd7d user: rmsimpson tags: sourceforge | |
03:26 | Fixed registry path check-in: 14a35970e7 user: rmsimpson tags: sourceforge | |
2005-08-24
| ||
22:09 | Interim 3.2.5 updates check-in: 99552d17a8 user: rmsimpson tags: sourceforge | |
21:25 | More schema enhancements and bugfixes check-in: 1b9bdd6e1d user: rmsimpson tags: sourceforge | |
17:49 | 1.0.16 check-in: b3b5f9cbaa user: rmsimpson tags: sourceforge | |
17:09 | 3.2.5 bugfix for large deletes check-in: b1c7b8e7af user: rmsimpson tags: sourceforge | |
15:05 | 3.2.4 code merge check-in: a8ce345c58 user: rmsimpson tags: sourceforge | |
2005-08-23
| ||
22:11 | added new schemas IndexColumns, ViewColumns, ForeignKeys check-in: 91fab4183e user: rmsimpson tags: sourceforge | |
2005-08-22
| ||
18:22 | 3.2.3 code merge check-in: 79fe5ae73a user: rmsimpson tags: sourceforge | |
18:20 | 1.0.15 check-in: 36c2575662 user: rmsimpson tags: sourceforge | |
18:18 | 1.0.15 check-in: 4ff57a0919 user: rmsimpson tags: sourceforge | |
2005-08-18
| ||
03:46 | Updated to reflect 1.0.14 build changes check-in: e14de90abe user: rmsimpson tags: sourceforge | |
2005-08-17
| ||
21:14 | Globalization updates check-in: d54fc9e9fb user: rmsimpson tags: sourceforge | |
21:13 | Event optimizations using generics check-in: 1b0be7f408 user: rmsimpson tags: sourceforge | |
2005-08-16
| ||
19:12 | 1.0.14 check-in: 4453746b7a user: rmsimpson tags: sourceforge | |
19:09 | 1.0.14 Designer support check-in: f31df8c30b user: rmsimpson tags: sourceforge | |
2005-08-06
| ||
06:46 | UTF-16 bugfixes and performance enhancements check-in: 0b55ce3401 user: rmsimpson tags: sourceforge | |
01:47 | 1.0.12 repost check-in: 12b3901b7e user: rmsimpson tags: sourceforge | |
01:35 | Reposted due to corrupted upload check-in: 4772dc7926 user: rmsimpson tags: sourceforge | |
01:23 | no message check-in: b2133d3bd1 user: rmsimpson tags: sourceforge | |
00:04 | no message check-in: e5d82630c6 user: rmsimpson tags: sourceforge | |
2005-08-05
| ||
06:14 | 1.0.12 final check-in: 9e5f1b5614 user: rmsimpson tags: sourceforge | |
05:55 | 1.0.12 final check-in: d684aaadfe user: rmsimpson tags: sourceforge | |
2005-08-04
| ||
22:53 | Added a new test check-in: a30dcc34b3 user: rmsimpson tags: sourceforge | |
22:51 | More 1.0.12 updates check-in: 22eb57fb2c user: rmsimpson tags: sourceforge | |
22:50 | Documentation updates check-in: e8e4706828 user: rmsimpson tags: sourceforge | |
15:31 | 1.0.12 updates check-in: 06e6a2d985 user: rmsimpson tags: sourceforge | |
15:25 | 1.0.12 updates and cleanup check-in: 3ebf811b1e user: rmsimpson tags: sourceforge | |
2005-08-03
| ||
06:43 | 1.0.12 updates check-in: e269288997 user: rmsimpson tags: sourceforge | |
2005-08-02
| ||
05:36 | 1.0.12 - Compact Framework Support check-in: f341de7fd7 user: rmsimpson tags: sourceforge | |
05:35 | 1.0.12 - Compact Framework Support check-in: 198f7e0e95 user: rmsimpson tags: sourceforge | |
2005-08-01
| ||
19:26 | 1.11 updates check-in: 607e1f2325 user: rmsimpson tags: sourceforge | |
19:23 | 1.11 updates check-in: e79f975b58 user: rmsimpson tags: sourceforge | |
2005-06-13
| ||
22:32 | SQLite 3.22 code merge check-in: 914957bb08 user: rmsimpson tags: sourceforge | |
22:32 | SQLite 3.22 code merge check-in: 89d8c30683 user: rmsimpson tags: sourceforge | |
2005-06-10
| ||
17:07 | 1.10 check-in: f66d2eec65 user: rmsimpson tags: sourceforge | |
17:07 | 1.10 bugfixes check-in: d37831904e user: rmsimpson tags: sourceforge | |
2005-06-05
| ||
17:54 | 1.10 notes check-in: 8c7524b80d user: rmsimpson tags: sourceforge | |
17:46 | 1.10 null statement bugfix check-in: 0c88de7edc user: rmsimpson tags: sourceforge | |
2005-05-25
| ||
22:23 | no message check-in: f151bb6326 user: rmsimpson tags: sourceforge | |
22:19 | VersionInfo and documentation updates check-in: fa8370b96e user: rmsimpson tags: sourceforge | |
22:14 | Added version resource check-in: 4f39bba7c7 user: rmsimpson tags: sourceforge | |
22:11 | Removed outdated information check-in: 1f04f4987b user: rmsimpson tags: sourceforge | |
22:07 | no message check-in: 2678ef18e8 user: rmsimpson tags: sourceforge | |
22:07 | Updated version in AssemblyInfo.cs check-in: 80a3d19170 user: rmsimpson tags: sourceforge | |
22:07 | Added versioninfo resource check-in: d6c3864e22 user: rmsimpson tags: sourceforge | |
19:07 | Previous commit was incorrectly uploaded check-in: d86242a84c user: rmsimpson tags: sourceforge | |
2005-05-24
| ||
22:32 | 1.09 check-in: f1e8146eae user: rmsimpson tags: sourceforge | |
22:12 | VS2005 Beta 2 updates check-in: f4aec657e0 user: rmsimpson tags: sourceforge | |
22:10 | SQLite 3.21 code merge check-in: caea6168de user: rmsimpson tags: sourceforge | |
2005-03-24
| ||
19:38 | 1.08 Refresh, added documentation, bug fixes check-in: edb2e2df3f user: rmsimpson tags: sourceforge | |
19:37 | 1.08 Refresh, added documentation check-in: b56fd4b082 user: rmsimpson tags: sourceforge | |
19:36 | 1.08 Refresh check-in: 3299a17a57 user: rmsimpson tags: sourceforge | |
19:35 | no message check-in: e95d46cd7c user: rmsimpson tags: sourceforge | |
2005-03-22
| ||
14:54 | SQLite 3.2 code merge check-in: 4f0102b290 user: rmsimpson tags: sourceforge | |
2005-03-11
| ||
23:16 | 1.08 check-in: dba40334e2 user: rmsimpson tags: sourceforge | |
21:39 | 1.08 check-in: 40c497decf user: rmsimpson tags: sourceforge | |
15:03 | 3.14 code merge check-in: 1eef5ec724 user: rmsimpson tags: sourceforge | |
2005-03-09
| ||
22:57 | Was not meant to be committed in the first place, superceded by SQLiteStatement check-in: df0aff485f user: rmsimpson tags: sourceforge | |
22:44 | Recompiled check-in: 7578557648 user: rmsimpson tags: sourceforge | |
2005-03-05
| ||
19:11 | 1.07 commit check-in: 8c09418479 user: rmsimpson tags: sourceforge | |
2005-03-04
| ||
23:09 | Removed unnecessary catch check-in: 9d878e2c01 user: rmsimpson tags: sourceforge | |
21:32 | Latest build check-in: 972b7cde17 user: rmsimpson tags: sourceforge | |
21:31 | Modified to use the new utility type conversion helper(s) in SQLiteBase and SQLiteConvert check-in: 6886e6f4fb user: rmsimpson tags: sourceforge | |
21:30 | Increased performance ExecuteScalar() and ExecuteNonQuery() resulting in a nice boost in the insert 100k rows tests and user-function tests check-in: 5f06409677 user: rmsimpson tags: sourceforge | |
21:30 | Added more internal-use utility type conversion helpers check-in: 1f38aec2e8 user: rmsimpson tags: sourceforge | |
21:29 | More performance enhancements to SQLiteCommand check-in: 8502a3ae6d user: rmsimpson tags: sourceforge | |
2005-03-02
| ||
23:10 | Misc. code optimizations check-in: bf66bbedce user: rmsimpson tags: sourceforge | |
16:00 | Release build now targets the bin directory check-in: b483cda274 user: rmsimpson tags: sourceforge | |
15:59 | no message check-in: 609bd2582d user: rmsimpson tags: sourceforge | |
15:58 | Removed some redundant calls and tweaked NextResult() check-in: b2ece50abc user: rmsimpson tags: sourceforge | |
15:57 | Changed Cancel() -- should not throw an error even if not implemented check-in: f35dd3aa68 user: rmsimpson tags: sourceforge | |
15:56 | Added future support for sqlite3_interrupt check-in: ffba634160 user: rmsimpson tags: sourceforge | |
2005-03-01
| ||
17:32 | Initial revision check-in: 5b6332ffaa user: rmsimpson tags: sourceforge | |
16:04 | Initial revision check-in: ec237b0123 user: rmsimpson tags: trunk, sourceforge | |