Xorm Versions Save

Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm

v0.5.6

7 years ago

This is the latest release of 0.5. This version resolved many bugs and added Sums methods.

v0.5.1

8 years ago

v0.5.0

8 years ago
  • logging interface changed
  • some bugs fixed

v0.4.5

8 years ago
* many bugs fixed
* extends support unlimited deep
* Delete Limit support

v0.4.4

8 years ago

Many bug fixed and ql, tidb database expriment support.

  • ql database expriment support
  • tidb database expriment support
  • sql.NullString and etc. field support
  • select ForUpdate support
  • many bugs fixed

v0.2

9 years ago
  • 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

v0.2.1

9 years ago
  • Added database reverse tool, now support generate go & c++ codes, see Xorm Tool README
  • Some bugs fixed

v0.2.2

9 years ago
  • Postgres drivers now support lib/pq
  • Added method Iterate for record by record to handler
  • Added SetMaxConns(go1.2+) support
  • Some bugs fixed

v0.2.3

9 years ago
  • 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

v0.3.2

9 years ago

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

Bug Fixes:
* #46
* #51
* #53
* #89
* #86
* #92