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 년 전