Releases Tags
-
v1.0.4
released this 6 months ago | 27 commits to master since this release
Downloads
-
v1.0.2 is released
released this 9 months ago | 45 commits to master since this release
Downloads
-
v1.0.0 is released
released this 11 months ago | 74 commits to master since this release
- BREAKING
- FEATURES
- Use a new ContextLogger interface to implement logger (#1557)
- BUGFIXES
- Fix setschema (#1606)
- Fix dump/import bug (#1603)
- Fix pk bug (#1602)
- Fix master/slave bug (#1601)
- Fix bug when dump (#1597)
- Ignore schema when dbtype is not postgres (#1593)
- Fix table name (#1590)
- Fix find alias bug (#1581)
- Fix rows bug (#1576)
- Fix map with cols (#1575)
- fix bug on deleted with join (#1570)
- Improve quote policy (#1567)
- Fix break session sql enable feature (#1566)
- Fix mssql quote (#1535)
- Fix join table name quote bug (#1534)
- Fix mssql issue with duplicate columns. (#1225)
- mysql8.0 中同步数据前,获取数据库结构,因tableRaw为空导致同步失败 (#808)
- ENHANCEMENTS
- fix batch insert interface slice be panic (#1598)
- Move some codes to statement sub package (#1574)
- Remove circle file (#1569)
- Move statement as a sub package (#1564)
- Move maptype to tag parser (#1561)
- Move caches to manager (#1553)
- Improve code (#1552)
- Improve some codes (#1551)
- Improve statement (#1549)
- Move tag parser related codes as a standalone sub package (#1547)
- Move reserve words related files into dialects sub package (#1544)
- 解决Conversion接口ToDB() ([]byte, error)方法返回*Type值为nil时,数据类型为[]byte(nil)的… (#1296)
- check driver.Valuer response, and skip the column if nil (#1167)
- Add cockroach support and tests (#896)
- TESTING
- Improve tests (#1572)
- BUILD
- Add changelog file and tool configuration (#1546)
- DOCS
- Fix outdate changelog (#1565)
Downloads
-
v0.5.6 is released
released this 4 years ago | 567 commits to master since this release
This is the latest release of 0.5. This version resolved many bugs and added Sums methods.
Downloads
-
v0.5.0 is released
released this 5 years ago | 0 commits to e72082c2fd996f6e01915b3f829216ee05b16880 since this release
- logging interface changed
- some bugs fixed
Downloads
-
v0.4.5 is released
released this 5 years ago | 642 commits to master since this release
* many bugs fixed * extends support unlimited deep * Delete Limit support
Downloads
-
v0.4.4 is released
released this 6 years ago | 686 commits to master since this release
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
Downloads
-
v0.4.3 is released
released this 6 years ago | 734 commits to master since this release
- Json column type support
- Oracle experiment support
- Some bugs fixed
Downloads
-
v0.4.2 is released
released this 6 years ago | 796 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 getid
in database column name. - Some bugs fixed
Downloads
-
v0.4.1 is released
released this 6 years ago | 821 commits to master since this release
- deleted tag support for soft delete
- bug fixed
Downloads
-
v0.3.2 is released
released this 7 years ago | 1124 commits to master since this release
Improvements:
* Add AllCols & MustCols function
* Add TableName for custom table nameBug Fixes: * #46 * #51 * #53 * #89 * #86 * #92
Downloads
-
released this 7 years ago | 1203 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
- Features:
-
v0.2.3 is released
released this 7 years ago | 1322 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 is released
released this 7 years ago | 1361 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 is released
released this 7 years ago | 1372 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 is released
released this 8 years ago | 1390 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