Commit Graph

36 Commits

Author SHA1 Message Date
Lunny Xiao f50e09f2ad
Add context support (#46)
* add context support

* fix config

* fix circle config

* golang test to go1.10
2019-01-17 14:40:11 +08:00
Lunny Xiao cb67f794ce
fix schema for postgres 2018-04-10 00:05:20 +08:00
Lunny Xiao 7d5d723a71
rename args to params (#40) 2018-03-08 09:08:13 +08:00
m2nlight 29b157685d Add SetArguments(args) method for dialect_xxxxx.go support. (https://github.com/go-xorm/xorm/issues/793) (#36) 2018-03-07 17:19:18 +08:00
Lunny Xiao e9b7412d75
add comment create support for mysql 2017-06-14 14:05:17 +08:00
Lunny Xiao e8409d7325
fix log space 2017-03-17 20:25:07 +08:00
Lunny Xiao 2fbe2c76c6
query dialect ignore case sensitive 2017-01-03 14:45:57 +08:00
Lunny Xiao 60b1704516
don't panic but return nil when query dialect 2017-01-03 14:17:17 +08:00
Lunny Xiao 502158401c added schema for uri 2016-03-03 11:01:50 +08:00
Lunny Xiao 0c32ca567a improved logging 2016-02-16 17:14:10 +08:00
evalphobia 1686396e05 Added feature for SELECT ... FOR UPDATE go-xorm/xorm #290 2015-08-30 20:02:25 +09:00
Lunny Xiao 1246ee6c93 create empty table support for postgres 2015-08-28 17:00:48 +08:00
Lunny Xiao bacc62db6e bug fixed for go-xorm/xorm#261 2015-06-26 21:20:29 +08:00
Lunny Xiao 7623fc1c67 dialect interface changed 2015-05-19 22:38:07 +08:00
Lunny Xiao c6d2321d63 interface changed for adding dropifexist 2015-03-13 15:19:50 +08:00
Lunny Xiao a9aba4b935 add oci8 support 2015-03-12 18:04:32 +08:00
Lunny Xiao 076f7bbf08 add MustDropTable method for dialect 2015-03-03 15:06:48 +08:00
Lunny Xiao 833d5b7beb add isregular for index 2015-02-17 15:00:51 +08:00
Lunny Xiao 9829026953 cache support 2014-11-08 18:51:42 +08:00
Lunny Xiao 750aae0fa5 add reserved 2014-09-06 23:26:23 +08:00
Lunny Xiao 9184dbce1e add drop index sql and modify column sql interface 2014-06-11 14:02:22 +08:00
Lunny Xiao 8904d06558 improved IsColumnExist 2014-05-09 12:51:11 +08:00
Lunny Xiao adc62c0bd4 bug fixed 2014-05-09 09:43:35 +08:00
Lunny Xiao a49c17bff0 Merge branch 'master' into dev 2014-05-07 15:02:58 +08:00
Lunny Xiao e649ef538f add FormatBytes for dialect 2014-05-04 13:52:56 +08:00
Lunny Xiao aafdd49780 new dialect interface 2014-04-23 15:23:03 +08:00
Lunny Xiao 05943b9679 new interface 2014-04-21 11:15:12 +08:00
Lunny Xiao ea82aa0fbf add set db to dialect 2014-04-18 18:39:59 +08:00
Nash Tsai 9d0a49a52c Merge branch 'master' of github.com:go-xorm/core 2014-04-17 20:55:22 +08:00
Nash Tsai d3d1b7ce9a check for empty charset 2014-04-17 20:55:06 +08:00
Lunny Xiao a3a11834dc improved 2014-04-17 10:13:51 +08:00
Lunny Xiao d029b1ca86 add OpenDialect 2014-04-15 10:45:38 +08:00
Lunny Xiao 46546777ae add some interface for dialect 2014-04-13 15:37:25 +08:00
Nash Tsai dbcb6fe173 make DbType public 2014-04-11 21:05:08 +08:00
Lunny Xiao 22c515f1e0 fixed 2014-04-11 15:38:09 +08:00
Lunny Xiao a18c751d44 init core after sperated repository 2014-04-08 20:57:04 +08:00