docs
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;
2013-11-29 11:50:28 +08:00
examples
fixed bool bug; added cache expired
2013-11-17 00:52:43 +08:00
xorm
improved sync indexes, now check columns;xorm tool bug fiexed
2013-10-28 11:16:22 +08:00
.gitignore
fixed delete bug #12
2013-11-21 01:26:07 +08:00
.gopmfile
Add And and Or method for query condition
2013-11-09 21:13:16 +08:00
README.md
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;
2013-11-29 11:50:28 +08:00
README_CN.md
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;
2013-11-29 11:50:28 +08:00
VERSION
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;
2013-11-29 11:50:28 +08:00
base_test.go
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;
2013-11-29 11:50:28 +08:00
benchmark_base_test.go
Added support for Find(*[]*Struct); added notnull;
2013-10-05 00:44:43 +08:00
cache.go
improved docs & resolved #
2013-11-22 14:11:07 +08:00
doc.go
improved docs
2013-11-26 10:41:02 +08:00
engine.go
add PrefixMapper & SuffixMapper
2013-11-27 15:53:05 +08:00
error.go
added xorm reverse tool
2013-10-12 23:16:51 +08:00
filter.go
improved docs & resolved #
2013-11-22 14:11:07 +08:00
helpers.go
improved docs & resolved #
2013-11-22 14:11:07 +08:00
mapper.go
add PrefixMapper & SuffixMapper
2013-11-27 15:53:05 +08:00
mymysql.go
added xorm reverse tool
2013-10-12 23:16:51 +08:00
mymysql_test.go
fixed bool bug; added cache expired
2013-11-17 00:52:43 +08:00
mysql.go
add new time type timestampz for datetime with time zone
2013-11-28 21:24:38 +08:00
mysql_test.go
fixed bool bug; added cache expired
2013-11-17 00:52:43 +08:00
pool.go
added type and sequence for xorm tool;added max connect for pool(go1.2+)
2013-10-27 09:10:20 +08:00
postgres.go
add new time type timestampz for datetime with time zone
2013-11-28 21:24:38 +08:00
postgres_test.go
fixed bool bug; added cache expired
2013-11-17 00:52:43 +08:00
session.go
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;
2013-11-29 11:50:28 +08:00
sqlite3.go
add new time type timestampz for datetime with time zone
2013-11-28 21:24:38 +08:00
sqlite3_test.go
fixed sqlite3 bug
2013-11-27 17:14:57 +08:00
statement.go
add PrefixMapper & SuffixMapper
2013-11-27 15:53:05 +08:00
table.go
add new time type timestampz for datetime with time zone
2013-11-28 21:24:38 +08:00
xorm.go
add PrefixMapper & SuffixMapper
2013-11-27 15:53:05 +08:00