69 次程式碼提交 (master)

作者 SHA1 備註 提交日期
  James Moger 2523ad5454 Fixes #21: Order by descending on primitives 8 年之前
  James Moger 27979f0790 Allow selecting a column from a table 8 年之前
  James Moger 13b08bb1e5 Fixes #15: String field not properly trimmed on discrete set 8 年之前
  James Moger 85a2499da3 Fix #23: Postgres 9.5 UPSERT syntax was incorrect 8 年之前
  James Moger 3902340cc2 Fix missing table name to warning 8 年之前
  James Moger b215ca82bb Fix #22: Failure to set fields to null 8 年之前
  James Moger 5ede276035 Fixes #20: Add groupBy methods to QueryWhere 8 年之前
  James Moger 83d290a54b Strip column identifiers from specified column names when mapping JDBC ResultSets to fields 8 年之前
  James Moger f8e9ed9e35 Allow construction of Set, List, and Map fields for DataTypeAdapters 9 年之前
  James Moger 8a8fb469e1 Fix wildcard SELECT column mapping on JOIN statements 9 年之前
  James Moger 75c995b50c Add support for upcoming Postgres 9.5 UPSERT syntax 9 年之前
  James Moger 3af80dbf94 Do not register DataTypeAdapters by the target Java type 9 年之前
  James Moger c230f3695b Use manifest method to get version 9 年之前
  James Moger 23eaf92995 Improve SQLite dialect and unit-test conformance 9 年之前
  James Moger cf315fa117 Gracefully handle SQLite's pre-closed ResultSets for queries with 0 returned rows 9 年之前
  James Moger 8ac32ab546 Fix deserialization of null values 9 年之前
  James Moger e670abca93 Use JavaType as the key for DataTypeAdapter registration 9 年之前
  James Moger 5f71b4c044 Allow SQLite the chance to deserialize DateTime objects 9 年之前
  James Moger e4952b2465 Move standard object deserialization into the dialect 9 年之前
  James Moger ac8eed79c2 Drop precision and length from SQL->Java type determination 9 年之前
  James Moger c9c00d3131 Use version metadata stamped by the build process 9 年之前
  Maaartin Grajcar c2b20d57a0 Make IQTable.inheritColumns works for an arbitrary depth. 9 年之前
  Constantin Nickel 7eb1147daa Use ClassLoader of dao interface for proxy 9 年之前
  James Moger 1245e4db2d Reset build identifiers for next development cycle 9 年之前
  James Moger f7d8606507 Prepare 1.5.0 release 9 年之前
  James Moger cfb7666982 Fix SQLite INTEGER PRIMARY KEY AUTOINCREMENT mapping 9 年之前
  James Moger a6df2de419 Implement DAO externalized statement loading based on runtime Mode 9 年之前
  James Moger c1d81bcdfc Add support for runtime Mode in the DataTypeAdapters 9 年之前
  James Moger 4b9a61d0ef Revise built-in type adapter class names again, add Yaml type adapter 9 年之前
  James Moger 9735803598 Moved data type adapters into separate package, added gson and xstream 9 年之前
  James Moger 96d0aca9ff Implement Dao proxy generation with annotated sql statement execution 9 年之前
  James Moger db0d58c22a Revise type adapter definition to be a separate annotation 9 年之前
  James Moger 4687757067 Change return types for several Db methods to indicate status 9 年之前
  James Moger 9817bb2b47 Improve Date type conversions 9 年之前
  James Moger ed3853ef02 Reset build identifiers for next development cycle 9 年之前
  James Moger 28fe308d1e Prepare 1.4.0 release 9 年之前
  James Moger fef63be10e Bump to 1.4.0-SNAPSHOT and update documentation 9 年之前
  James Moger 6f486197c5 Add support for SQLite 3.8.7 9 年之前
  James Moger 3529ae168b Move constraint definitions into CREATE TABLE instead of ALTER TABLE 9 年之前
  James Moger 3e0597adb8 Allow dialects to determine if they support savepoints 9 年之前
  James Moger 8b6657a93b Do not attempt to set a null object into a primitive type 9 年之前
  James Moger 0fc37cfe7d Improve SQL numeric to Java object type conversions 9 年之前
  James Moger fa57a7684e Allow manual registration of type adapters 9 年之前
  James Moger ccbdddcf18 Implement auto-closable interface on Db 9 年之前
  James Moger 8d28bc740c Support data type adapters 9 年之前
  James Moger 988e9b26b7 Reset build identifiers for next development cycle 9 年之前
  James Moger c4a01e105c Set Constants.VERSION to 1.3.0 and release date to 2014-10-22 9 年之前
  James Moger c7b36b245d Revise nested conditions implementation and api 9 年之前
  James Moger 6889aa2e36 Support generic types for EnumId mapping 9 年之前
  James Moger cd036aa209 Update dependencies 9 年之前