Commit Graph

160 Commits

Author SHA1 Message Date
Guillermo Prandi 1e7bccc690 Exclude schema from index name (#65)
Exclude schema from the index name

simple drone test

fix column default value be empty (#59)

Use https for gocover badge (#64)

Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: SijmenSchoon <sijmenschoon@noreply@gitea.io>
Reviewed-on: https://gitea.com/xorm/core/pulls/65
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-01-19 09:04:11 +00:00
Lunny Xiao 6a6d853b6d
simple drone test 2020-01-19 16:59:09 +08:00
Lunny Xiao 909f0a5fef fix column default value be empty (#59) 2019-11-13 11:09:21 +00:00
SijmenSchoon 4e5be27089 Use https for gocover badge (#64) 2019-11-03 03:34:15 +00:00
Lunny Xiao 90aeac8d08 fix arg conversion (#61) 2019-09-28 05:59:35 +00:00
Lunny Xiao c96a57cc40 Fix question mark conversion bug (#60) 2019-09-28 01:43:44 +00:00
longdahai 0f412da7e9 Add Year type for supporting mysql (#58) 2019-09-06 12:36:29 +00:00
Lunny Xiao b7dc77e1bf Fix flag.Parse on init (#57) 2019-08-30 03:53:40 +00:00
helong zhang 25c56ece6d Remove QuoteStr() in interface Dialect (#55) 2019-07-24 05:07:17 +00:00
helong zhang bac7a226ec Add missing whitespace in StringNoPk in column.go (#54) 2019-07-23 07:26:21 +00:00
zhanghelong 65822bd505 Remove func QuoteStr() in interface Dialect (#51) 2019-07-16 08:03:49 +00:00
Lunny Xiao 5d3ffb50de lunny/fix_fmt_lint (#53) 2019-07-15 13:42:17 +00:00
Lunny Xiao 817c743b93 lunny/fix_drone (#52) 2019-07-15 08:27:12 +00:00
Lunny Xiao 7d1d621d68
update drone 2019-06-20 11:36:10 +08:00
Lunny Xiao bd33298550
update drone 2019-06-20 09:19:10 +08:00
Lunny Xiao 09e45b5cfc
update drone 2019-06-20 09:13:29 +08:00
Lunny Xiao fb78433782
comment go lint 2019-06-20 09:10:01 +08:00
Lunny Xiao 82a58f487d
add drone and update README 2019-06-19 17:40:11 +08:00
Lunny Xiao a31f536370
change package name to xorm.io/core 2019-06-17 13:27:01 +08:00
Lunny Xiao ccc80c1adf
add go mod support (#48) 2019-01-24 15:01:53 +08:00
Robert Gabriel Jakabosky 568ffe1f0f Add some missing MS SQL Server types: NChar, SmallDateTime, Money, SmallMoney (#45) 2019-01-17 15:33:21 +08:00
Lunny Xiao f7f8c28148
fix bench tests (#47) 2019-01-17 14:47:46 +08:00
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 6bc9412b1c
don't change index's columns sort in Equal 2018-10-08 21:23:26 +08:00
Lunny Xiao b8d39bd0ff
upgrade circleci from 1 to 2 2018-08-09 22:33:34 +08:00
Lunny Xiao c10e21e7e1
Merge branch 'master' of github.com:go-xorm/core 2018-05-04 13:52:46 +08:00
Lunny Xiao 7cc3bbdbf2
remove unnecessary space 2018-05-04 13:52:29 +08:00
Boyi Wu 34a5be723a Add NTEXT type for supporting mssql (#43) 2018-05-03 20:06:48 +08:00
Lunny Xiao f43c33d9a4
fix (id) bug 2018-04-10 10:57:29 +08:00
Lunny Xiao cb67f794ce
fix schema for postgres 2018-04-10 00:05:20 +08:00
Lunny Xiao 0177c08cee
vgo support 2018-03-22 22:29:44 +08:00
Lunny Xiao 49b899949a
fix scanmap (#42) 2018-03-15 17:10:08 +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
Boyi Wu 11bcc82696 add SYSNAME type for supporting mssql's in-built sysdiagrams (#39) 2018-02-27 16:09:17 +08:00
Boyi Wu c624c83eda add UniqueIdentifier type for supporting mssql (#38) 2018-02-22 20:03:34 -06:00
Lunny Xiao cb1d0ca71f
Merge branch 'master' of github.com:go-xorm/core 2017-12-21 09:38:49 +08:00
Lunny Xiao cfbdcb6ce7
small refactor 2017-12-21 09:38:32 +08:00
何晨 589eefd4f4 gofmt (#35) 2017-12-06 21:58:25 +08:00
micanzhang 7ba98d23bc fix Scan NullTime type failed at sqlite3 (#33) 2017-11-23 20:03:32 +08:00
zy 7cd4078f0b fix: oracle default key in xorm tag error (#30) 2017-11-06 14:23:03 +08:00
Lunny Xiao da1adaf7a2
Merge branch 'master' of github.com:go-xorm/core 2017-09-09 16:56:53 +08:00
Lunny Xiao 36c6ea3784
add boolean type 2017-09-09 16:56:39 +08:00
Edward Betts 4fef474e22 correct spelling mistake (#28) 2017-09-02 18:12:19 +08:00
Lunny Xiao 71c1070a86
add NewRow from rows 2017-08-22 13:50:40 +08:00
Lunny Xiao 6902127083
add ErrorRow function 2017-08-22 13:30:02 +08:00
Lunny Xiao cd38c8eb33
fix compitable 2017-07-20 20:05:00 +08:00
Lunny Xiao d33f21fcb7
add IsJSON on Column 2017-07-20 20:04:00 +08:00
Lunny Xiao e9b7412d75
add comment create support for mysql 2017-06-14 14:05:17 +08:00
wangsongyan 6c9f9bf313 column,table实体添加注释属性 (#24) 2017-05-03 20:16:46 +08:00