• v0.3.1 4fff60efbd

    Stable

    lunny released this 2014-01-02 09:48:57 +00:00 | 1447 commits to v1 since this release

    • Features:
      • Support MSSQL DB via ODBC driver (github.com/lunny/godbc);
      • Composite Key, using multiple pk xorm tag
      • Added Row() API as alternative to Iterate() API for traversing result set, provide similar usages to sql.Rows type
      • ORM struct allowed declaration of pointer builtin type as members to allow null DB fields
      • Before and After Event processors
    • Improvements:
      • Allowed int/int32/int64/uint/uint32/uint64/string as Primary Key type
      • Performance improvement for Get()/Find()/Iterate()
    Downloads
  • v0.2.3 6ffffe912e

    lunny released this 2013-11-29 03:51:07 +00:00 | 1566 commits to v1 since this release

    • Improved documents
    • Optimistic Locking support
    • Timestamp with time zone support
    • Mapper change to tableMapper and columnMapper
    • added PrefixMapper & SuffixMapper support custom table or column name's prefix and suffix
    • Insert now return affected, err instead of id, err
    • Added UseBool & Distinct
    Downloads
  • v0.2.2 31de5d612e

    lunny released this 2013-11-06 07:36:38 +00:00 | 1605 commits to v1 since this release

    • Postgres drivers now support lib/pq
    • Added method Iterate for record by record to handler
    • Added SetMaxConns(go1.2+) support
    • Some bugs fixed
    Downloads
  • v0.2.1 78cdb912e0

    lunny released this 2013-10-15 02:40:21 +00:00 | 1616 commits to v1 since this release

    • Added database reverse tool, now support generate go & c++ codes, see Xorm Tool README
    • Some bugs fixed
    Downloads
  • v0.2 4b2425d3d3

    lunny released this 2013-10-02 03:07:38 +00:00 | 1634 commits to v1 since this release

    • Added Cache supported, select is speeder up 3~5x
    • Added SameMapper for same name between struct and table
    • Added Sync method for auto added tables, columns, indexes
    Downloads