Commit Graph

22 Commits

Author SHA1 Message Date
Boyi Wu 34a5be723a Add NTEXT type for supporting mssql (#43) 2018-05-03 20:06:48 +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 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 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
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 147b5cf5c2 added bytes type 2016-05-13 10:51:19 +08:00
Lunny Xiao 8d208d9ad8 bug fixed for pointer to alias type 2016-04-28 22:24:07 +08:00
leafsoar 1948b7077e support jsonb 2016-02-18 14:48:26 +08:00
Lunny Xiao 4813c0110d added IsJson for SQLType 2015-08-06 15:24:21 +08:00
Lunny Xiao bacc62db6e bug fixed for go-xorm/xorm#261 2015-06-26 21:20:29 +08:00
Lunny Xiao 8cc025cd8e use gob to instead json to store pk & added json type 2015-04-01 16:16:22 +08:00
Lunny Xiao a9aba4b935 add oci8 support 2015-03-12 18:04:32 +08:00
Lunny Xiao c7420dd938 add nvarchar type 2014-10-24 12:43:32 +08:00
Lunny Xiao 865fc8c0fb add set type 2014-08-07 22:17:14 +08:00
砼砼 a0e7f24f6c pqsql-uuid 2014-06-23 21:46:52 +08:00
商讯在线 c42f893230 support enum type for mysql
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-05-05 22:33:28 +08:00
Lunny Xiao 724a99021f add sql type bool methods 2014-05-05 17:55:25 +08:00
Lunny Xiao a18c751d44 init core after sperated repository 2014-04-08 20:57:04 +08:00