This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
Releases: go-xorm/xorm
Releases · go-xorm/xorm
v0.2.3 is released
- 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.2.2 is released
- 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.1 is released
- Added database reverse tool, now support generate go & c++ codes, see Xorm Tool README
- Some bugs fixed
v0.2 is released
- 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