104 Commits (4868f83aa6d8db50d3a2346e54835574e61cd7e2)

Author SHA1 Message Date
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 14 years ago
  James Ahlborn ade82911c7 Fix BigIndexTest to work in IDEs w/out sys.prop 14 years ago
  James Ahlborn d2a4e05eb5 fix some text index edge cases; add some extensive text index unit tests; add some comments 14 years ago
  James Ahlborn c190f7216c support reading/writing fixed length text columns (fixe #2886370) 14 years ago
  James Ahlborn efca0b593b add some more tests/utility code for row updates 14 years ago
  James Ahlborn a49de754bc initial update row support 14 years ago
  James Ahlborn df8fc3e6d7 add some replid index tests 14 years ago
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers 14 years ago
  James Ahlborn 2a058943cf use join syntax closer to access 15 years ago
  James Ahlborn aeab15c5c1 add some more query read tests 15 years ago
  James Ahlborn cd23b43568 add initial test for reading queries; add support for multicolumn joins 15 years ago
  James Ahlborn 2cae3d1551 add some more query tests 15 years ago
  James Ahlborn b0e9d0a4dc initial work towards supporting reading/formatting access queries 15 years ago
  James Ahlborn 57b7412966 Add ErrorHandler utility for customizing error handling during row 15 years ago
  James Ahlborn 130789d1f0 Add Database.getSystemTable method for accessing system tables 15 years ago
  James Ahlborn a71be1bae3 Add RowFilter contributed by Patricia Donaldson 15 years ago
  James Ahlborn 4af4fe4451 Add compression code for possible future use; add compression unit 16 years ago
  James Ahlborn d1359adfbf Add primitive support for writing unicode compressed text columns. 16 years ago
  James Ahlborn 7afa998954 Share out-of-line long value pages in order to generate more compact database files 16 years ago
  James Ahlborn 030b110901 Better column type translation for very large MEMO/OLE types in the Database.copyTable logic 16 years ago
  James Ahlborn 48404ab2d6 Reserve minimum space for memo/ole fields so that greedy inline row usage does not cause spurious write failures for wide tables. 16 years ago
  James Ahlborn 49f828416c add some prefix compression 16 years ago
  James Ahlborn 0a1ab3559a test batch updates and null entries 16 years ago
  James Ahlborn 9442b7273f fix bigindex property handling in unit tests 16 years ago
  James Ahlborn d2d14fe7ee update unit tests to cover more of big index code; fix tail promotion/demotion 16 years ago
  James Ahlborn 15465c0260 fix tail demotion 16 years ago
  James Ahlborn 6f9ccc356d more big index tests; minor bug fix 16 years ago
  James Ahlborn 6a5928f754 clean up big index handling; get unit tests passing 16 years ago
  James Ahlborn 5ed9b04c40 complete rework of large index support after realizing that my understanding of the node page structure was a wee bit incorrect; basic operations are working, some testing implemented 16 years ago
  James Ahlborn fdcf376a62 allow autoflush to be modified for tests 16 years ago
  James Ahlborn a384c7f87e initial (untested) code which supports page splitting 16 years ago
  James Ahlborn 181185dd28 minor tweaks 16 years ago
  James Ahlborn 7bc622cabb add support for optionally enabling big index support 16 years ago
  James Ahlborn 4458461f52 make unit tests work for either index type; minor refactoring 16 years ago
  James Ahlborn 1830cdea4f more comment updates 16 years ago
  James Ahlborn fefc08596f Need to store auto-number values back into row so that indexes can be 16 years ago
  James Ahlborn fbe33559bd add TableBuilder utility 16 years ago
  James Ahlborn d9bd45a7a6 add test for uniqueEntryCount updates 16 years ago
  James Ahlborn 774f1c4cfe completely fix problems with sporadic usage map corruption; add some soft buffer caching in various places 16 years ago
  James Ahlborn 3d7b5f9a2a be little lenient in date assertions due to double rounding 16 years ago
  James Ahlborn fbb55b5a66 add ColumnBuilder utility for simplifying table construction 16 years ago
  James Ahlborn 4885e4e69f always return relationships in same order regardless of table parameter order; add some simple relationship unit tests 16 years ago
  James Ahlborn d4113e1b68 use readOnly dbs for unit tests 16 years ago
  James Ahlborn 5c1b068826 add unit tests (and fix some bugs) for ignoreNull and unique index handling 16 years ago
  James Ahlborn f2bc4572f4 add tests for the various supported index types 16 years ago
  James Ahlborn f37b7c5449 formalize code for reading unsigned bytes 16 years ago
  James Ahlborn 3bbc8a0eef More fixes for index parsing. Believe index names are now correctly 16 years ago
  James Ahlborn 5d47aef520 write javadoc for DataTypes; accept wider range of incomging values for some data types 16 years ago
  James Ahlborn 47e78e51bb fix some compiler warnings 16 years ago
  James Ahlborn 933b73269e more index testing 16 years ago