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 години