18 Комити (1fb85bd37a398ff94abd048bfea0a4ec9c8b86d9)

Аутор SHA1 Порука Датум
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once пре 5 година
  James Ahlborn 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type пре 5 година
  James Ahlborn df615627c3 get javadocs displaying correctly пре 5 година
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types пре 5 година
  James Ahlborn 6626d6b28f add support for Path пре 5 година
  James Ahlborn ecccae0407 upgrade poi; upgrade various plugins пре 5 година
  James Ahlborn a0e9ce63ee knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation пре 6 година
  James Ahlborn 1a8771e555 plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval пре 6 година
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 пре 6 година
  James Ahlborn 4e5fe7ec04 Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 пре 8 година
  James Ahlborn 6deaa095c7 Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129 пре 8 година
  James Ahlborn e8616e6476 Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 пре 9 година
  James Ahlborn 17908417ae relicense with Apache License пре 9 година
  James Ahlborn 54713bcd6c add more flexible table iteration, feature #28 пре 9 година
  James Ahlborn 339c27868e add method to simplify testing whether or not a Table is linked to a Database, feature #28 пре 9 година
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles пре 10 година
  James Ahlborn f73e6c33c7 add initial ColumnValidator support пре 10 година
  James Ahlborn 417fb06208 move files into standard maven dir structure пре 10 година
  James Ahlborn dccac86c85 expand javadocs for core interfaces пре 10 година
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 пре 11 година
  James Ahlborn 52df2373c7 add methods to get the actual attachment content пре 11 година
  James Ahlborn 99f648a340 add more methods to Database for retrieving Relationships пре 11 година
  James Ahlborn 77d30c4fdb use shared Calendar instance to converting Dates пре 11 година
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) пре 11 година
  James Ahlborn 74b23acf24 Added the MemFileChannel to enable working with dbs completely in memory пре 11 година
  James Ahlborn fe78870364 Added DatabaseBuilder in for more convenient and flexible Database open/create пре 11 година
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) пре 12 година
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability пре 12 година
  James Ahlborn 9b5c1cac83 ensure new database is flushed after creation as some users drop the Database returned from create() пре 12 година
  James Ahlborn 329d12ecc1 refactor table creation пре 12 година
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) пре 12 година
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc пре 12 година
  James Ahlborn 1dd198ece1 make table loading re-entrant; load ace table on first use пре 13 година
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables пре 13 година
  James Ahlborn d3ea113a92 try multiple classloaders when trying to load resources пре 13 година
  James Ahlborn 5f93a558ae check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index пре 13 година
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index пре 13 година
  James Ahlborn 955c6654b7 better handling of read-only indexes пре 13 година
  James Ahlborn 09a9f38092 require writeable index for system catalog пре 13 година
  James Ahlborn 4523f0e909 more tweaks to sort order reading in v1997; read code page info from db def page and v1997 text columns пре 13 година
  James Ahlborn 748e2e8212 fix sort order reading in v1997; set col sort order to db default when writing (if unspecified) пре 13 година
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly пре 13 година
  James Ahlborn ba660e5bcc add empty 2010 db resource пре 13 година
  James Ahlborn 72f50d3386 add method to grab default sort order пре 13 година
  James Ahlborn e151147474 minor refactor пре 13 година
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties пре 13 година
  James Ahlborn 32a3d34bd2 add nominal support for access 2010, essentially read-only until the new text index sorting is worked out пре 13 година
  James Ahlborn 48e87a4564 general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order пре 13 година
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created пре 13 година
  James Ahlborn a3a009e03d minor refactors пре 13 година