0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Updated Paul's scons build scripts to also build threaded/nonthreaded versions. More... over 18 years ago
*** empty log message *** More... over 18 years ago
- Minor fixes for Boost 1.33 More... over 18 years ago
updated to set to bcc55 More... over 18 years ago
Updated to include string operators from MG. Added updated borland build file. More... over 18 years ago
Update reset function to handle catalog calls. More... almost 19 years ago
Update code to reflect minor bugfixes as discussed on the mailing list: 1. EOF fix for STLPort 5.0 2. Teradata GetColumns fix. 3. Fix generation of key fields so that they are unique. 4. Minor fix to rootexception to avoid potential null problem More... almost 19 years ago
- Added g++-4.0 to the list of platforms that scons will compile for. - Added dtl_date and dtl_time classes. - Turned off TestIterators() as its an invalid test. - Minor fix to test_ins_validate, to make it work with dtl_enum changes. - Some tweaks to dtl_posix_time, as it was ICEing mingw32's compiler. More... almost 19 years ago
There were 3 problems: More... almost 19 years ago
- Minor fix to const-correctness. More... almost 19 years ago
Fixed bugs in dtl_posix_time. Updated bulk_copy methods to call UserValidate functions so that user defined classes can populate correctly on bulk fetch. More... almost 19 years ago
- Improved tests for TestIterator. - Added tests for pre-1970 dates, fixed dtl_posix_time so it uses timestamp_t. More... almost 19 years ago
- Minor change for compiler support. More... almost 19 years ago
- Added support for boost 1.30.0. Tested with compilers GCC 3.3.4 and 3.0.4. More... almost 19 years ago
- Strengthened the increment_distance() test in test_iterators.cpp - Added another test - copy_duplicates() in test_iterators.cpp More... almost 19 years ago
- Added increment_distance() test - shows distance() does not work with DBView<> iterators except in the trivial case. More... almost 19 years ago
- Added another test that highlights a problem with bulk_copy() More... almost 19 years ago
- Corrected the test_iterators.cpp so it uses RandomDBView<>. The test now passes. More... almost 19 years ago
- Minor change to narrow the test. More... almost 19 years ago
- Added a test for another problem. More... almost 19 years ago
- Improvements to the scons build. It now builds both native (linux) and cross-compiles for mingw for windows. More... almost 19 years ago
- Fixed the problem with updating a nullable<> that was reset() while its (not invalid) contents were not changed - ChangedFields() did not detect the change. More... almost 19 years ago
- Strengthened tests in test_nullable.cpp - demonstrates a bug where a row is not updated when just the NULL state is changed. More... almost 19 years ago
- Strengthened the nullable tests. - Found and fixed problems with updating rows with NULL values in the columns. - Found but did not fix problems with deleting rows with NULL values in the parameters. More... almost 19 years ago
- Working on nullable<>-triggered select_update_iterator bug (does not handle null parameters correctly). More... almost 19 years ago
- Cleanups to dtl_set, dtl_enum, nullable - their binding functions are a bit cleaner now. More... almost 19 years ago
- Improved test for ins_validate. - Fixes to InsUserValidate() usage. See ChangedFields email in mailing list. More... about 19 years ago
- Added test_ins_validate. Check out this snapshot if you want to see pre-fix behaviour. More... about 19 years ago
- SCons files now build to multiple platforms and styles at once: - native linux: debug,release - cross-win32: debug,release This can be used on windows, so we should see if we can extend it for other users. More... about 19 years ago
- Some changes to (my) qmake files. - Fixed the tcstring<N> : its max_size() and capacity() returned 1 instead of N. - Some corrections to dtl_enum and dtl_set. I found a fatal error with their design, that I haven't fixed yet. Will discuss on the mailing list. - Added new SCons build files (!). Very slick, give it a try. Much better than qmake or the old make system, IMO. Its not yet ready for anything except stock linux, so give it a try and let me know how you go on different platforms. More... about 19 years ago