• v0.4.3 276fc097cb

    lunny released this 8 years ago | 898 commits to master since this release

    • Json column type support
    • Oracle experiment support
    • Some bugs fixed
    Downloads
     
  • v0.4.2 13fa0d5b32

    lunny released this 8 years ago | 960 commits to master since this release

    • Transaction will auto rollback if not Rollback or Commit be called.
    • Gonic Mapper support, so when you use ID in go codes, you can get id in database column name.
    • Some bugs fixed
    Downloads
     
  • v0.4.1 0903741bc2

    lunny released this 9 years ago | 985 commits to master since this release

    • deleted tag support for soft delete
    • bug fixed
    Downloads
     
  • v0.3.2 58cdbaeab0

    lunny released this 9 years ago | 1288 commits to master since this release

    Improvements:
    * Add AllCols & MustCols function
    * Add TableName for custom table name

    Bug Fixes:
    * #46
    * #51
    * #53
    * #89
    * #86
    * #92
    
    Downloads
     
  • v0.3.1 4fff60efbd

    Stable

    lunny released this 9 years ago | 1367 commits to master 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 9 years ago | 1486 commits to master 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 10 years ago | 1525 commits to master 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 10 years ago | 1536 commits to master 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 10 years ago | 1554 commits to master 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