18 Révisions (1fb85bd37a398ff94abd048bfea0a4ec9c8b86d9)

Auteur SHA1 Message Date
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once il y a 5 ans
  James Ahlborn 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type il y a 5 ans
  James Ahlborn df615627c3 get javadocs displaying correctly il y a 5 ans
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types il y a 5 ans
  James Ahlborn 6626d6b28f add support for Path il y a 5 ans
  James Ahlborn ecccae0407 upgrade poi; upgrade various plugins il y a 5 ans
  James Ahlborn a0e9ce63ee knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation il y a 6 ans
  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 il y a 6 ans
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 il y a 6 ans
  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 il y a 8 ans
  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 il y a 8 ans
  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 il y a 9 ans
  James Ahlborn 17908417ae relicense with Apache License il y a 9 ans
  James Ahlborn 54713bcd6c add more flexible table iteration, feature #28 il y a 9 ans
  James Ahlborn 339c27868e add method to simplify testing whether or not a Table is linked to a Database, feature #28 il y a 9 ans
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles il y a 10 ans
  James Ahlborn f73e6c33c7 add initial ColumnValidator support il y a 10 ans
  James Ahlborn 417fb06208 move files into standard maven dir structure il y a 10 ans
  James Ahlborn dccac86c85 expand javadocs for core interfaces il y a 10 ans
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 il y a 11 ans
  James Ahlborn 52df2373c7 add methods to get the actual attachment content il y a 11 ans
  James Ahlborn 99f648a340 add more methods to Database for retrieving Relationships il y a 11 ans
  James Ahlborn 77d30c4fdb use shared Calendar instance to converting Dates il y a 11 ans
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) il y a 11 ans
  James Ahlborn 74b23acf24 Added the MemFileChannel to enable working with dbs completely in memory il y a 11 ans
  James Ahlborn fe78870364 Added DatabaseBuilder in for more convenient and flexible Database open/create il y a 11 ans
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) il y a 12 ans
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability il y a 12 ans
  James Ahlborn 9b5c1cac83 ensure new database is flushed after creation as some users drop the Database returned from create() il y a 12 ans
  James Ahlborn 329d12ecc1 refactor table creation il y a 12 ans
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) il y a 12 ans
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc il y a 12 ans
  James Ahlborn 1dd198ece1 make table loading re-entrant; load ace table on first use il y a 12 ans
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables il y a 13 ans
  James Ahlborn d3ea113a92 try multiple classloaders when trying to load resources il y a 13 ans
  James Ahlborn 5f93a558ae check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index il y a 13 ans
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index il y a 13 ans
  James Ahlborn 955c6654b7 better handling of read-only indexes il y a 13 ans
  James Ahlborn 09a9f38092 require writeable index for system catalog il y a 13 ans
  James Ahlborn 4523f0e909 more tweaks to sort order reading in v1997; read code page info from db def page and v1997 text columns il y a 13 ans
  James Ahlborn 748e2e8212 fix sort order reading in v1997; set col sort order to db default when writing (if unspecified) il y a 13 ans
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly il y a 13 ans
  James Ahlborn ba660e5bcc add empty 2010 db resource il y a 13 ans
  James Ahlborn 72f50d3386 add method to grab default sort order il y a 13 ans
  James Ahlborn e151147474 minor refactor il y a 13 ans
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties il y a 13 ans
  James Ahlborn 32a3d34bd2 add nominal support for access 2010, essentially read-only until the new text index sorting is worked out il y a 13 ans
  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 il y a 13 ans
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created il y a 13 ans
  James Ahlborn a3a009e03d minor refactors il y a 13 ans