Commit Graph

98 Commits

Author SHA1 Message Date
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
Lunny Xiao 85579d38ad added QueryMap QueryStruct and etc. for Row 2016-01-08 14:33:03 +08:00
Lunny Xiao 7da81a8908 improved error check 2015-12-30 16:14:49 +08:00
Lunny Xiao acb6f00daf extends unlimit levels support 2015-11-25 17:54:33 +08:00
Lunny Xiao 286763cd3a Merge branch 'master' of github.com:go-xorm/core 2015-09-09 09:25:08 +08:00
Lunny Xiao 5d275bdbcd error message fixed 2015-09-09 09:24:26 +08:00
Lunny Xiao 3e10003353 Merge pull request #9 from aviau/patch-1
include copyright name + email
2015-09-06 10:14:38 +08:00
Alexandre Viau 02a443a685 include copyright name + email 2015-09-04 12:26:30 -04:00
Lunny Xiao 8e56c9684c resolved #8 2015-09-04 23:59:42 +08:00
Lunny Xiao 515edd92c1 Merge pull request #7 from evalphobia/master
Added feature for SELECT ... FOR UPDATE go-xorm/xorm #290
2015-08-30 22:11:46 +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 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 7623fc1c67 dialect interface changed 2015-05-19 22:38:07 +08:00
Lunny Xiao 0c84d4c49e add FromDB function 2015-04-07 20:15:05 +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 be6e7ac47d bug fixed for PK marshal & unmarshl 2015-03-14 22:16:36 +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 8d883536e3 improved readme 2015-02-25 16:01:40 +08:00
Lunny Xiao 182b0c437a improved readme 2015-02-25 15:49:18 +08:00
Lunny Xiao b7558de38a add readme 2015-02-25 15:48:20 +08:00
Lunny Xiao 6759548865 add columntype method for table 2015-02-23 00:00:10 +08:00
Lunny Xiao 833d5b7beb add isregular for index 2015-02-17 15:00:51 +08:00
Lunny Xiao 16cb27928f add support for get column value of map 2015-02-13 18:46:32 +08:00
Lunny Xiao c63cbc59c5 Merge branch 'master' of github.com:go-xorm/core
Conflicts:
	mapper.go
2015-02-12 14:50:58 +08:00
Lunny Xiao 6f7c9a71a7 revert: remove TableName method from Mapper interface 2015-02-12 14:47:02 +08:00
Lunny Xiao 9661d20a26 Merge pull request #5 from phsmit/initialisms
Map initialisms in a nice way
2015-01-21 09:43:45 +08:00
Peter Smit 8ee59e351b Make initialisms configurable 2015-01-20 17:11:10 +02:00
Peter Smit c6b0cd81d3 Implement GonicMapper 2015-01-20 16:43:30 +02:00
Lunny Xiao e7882d8b00 add some fixes 2014-12-15 13:26:57 +08:00