Commit Graph

130 Commits

Author SHA1 Message Date
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
Lunny Xiao e8409d7325
fix log space 2017-03-17 20:25:07 +08:00
Kenichi Yonekawa 7daacb215e Fix potential data race in Column.fieldPath (#21) 2017-02-06 23:24:21 +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
u0x01 87aca22337 Add support for jsonb (#19)
`jsonb` type can work like `json` type now.
2016-12-14 11:05:06 +08:00
Lunny Xiao 67db61fb96
add circleci status on README 2016-12-13 15:01:02 +08:00
Lunny Xiao 46c93adfe5 add circle ci config file (#20) 2016-12-13 15:00:20 +08:00
Lunny Xiao 2ec3936f8a Merge branch 'nemec784-master' 2016-11-01 09:36:51 +08:00
Sergey Kurt 5caa28d411 Remove allocations from GetColumn & GetColumnIdx 2016-10-28 13:52:58 +03:00
Lunny Xiao 5bf745d7d1 add ToMapString method for rows and row 2016-08-05 23:24:16 +08:00
Lunny Xiao bc1b7f81f0 bug fixed 2016-07-07 11:32:53 +08:00
Lunny Xiao b1f8a9cefb resolved go-xorm/xorm#416 2016-06-30 16:33:09 +08:00
Lunny Xiao 1768a08d82 MapToSlice: return error instead of panic 2016-06-29 17:56:53 +08:00
Lunny Xiao edde1c5ab8 Merge branch 'small_performance' 2016-05-13 10:56:51 +08:00
Lunny Xiao 5b633d34f8 Merge branch 'gavv-master' 2016-05-13 10:54:50 +08:00
Lunny Xiao 147b5cf5c2 added bytes type 2016-05-13 10:51:19 +08:00
Victor Gaydov 49d0620cff Add Column.TableName field 2016-04-28 18:06:27 +03:00
Lunny Xiao 8d208d9ad8 bug fixed for pointer to alias type 2016-04-28 22:24:07 +08:00
Lunny Xiao b9277f807c ILogger interface changed 2016-03-31 18:16:24 +08:00
Lunny Xiao 42bacbe76f redefine log level 2016-03-24 22:45:18 +08:00
Lunny Xiao 502158401c added schema for uri 2016-03-03 11:01:50 +08:00
Lunny Xiao 9ddf4ee12e Merge branch 'master' of github.com:go-xorm/core 2016-02-19 17:23:26 +08:00
Lunny Xiao ec9a49656e bug fixed go-xorm/xorm#357 2016-02-19 17:23:00 +08:00
Lunny Xiao e7a5ad4d7a Merge pull request #12 from leafsoar/master
support jsonb
2016-02-18 16:09:21 +08:00
leafsoar 1948b7077e support jsonb 2016-02-18 14:48:26 +08:00
Lunny Xiao 0c32ca567a improved logging 2016-02-16 17:14:10 +08:00
Lunny Xiao 9e608f7330 Merge branch 'master' of github.com:go-xorm/core 2016-02-03 11:10:35 +08:00
Lunny Xiao 7aa53cce17 added column specify time zone support 2016-02-03 11:10:20 +08:00
Lunny Xiao 1e2868c80f Merge pull request #11 from go-rut/master
improved: dataStruct's type equals interface
2016-01-21 22:30:59 +08:00
Henry Huang 41d16df21c improved: dataStruct's type equals interface 2016-01-21 15:44:47 +08:00