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 |
Lunny Xiao
|
a949e067ce
|
support Find(struct1, struct2), param1 is different from param2
|
2014-11-22 12:23:31 +08:00 |
Lunny Xiao
|
8552a6e846
|
Merge branch 'master' of github.com:go-xorm/core
|
2014-11-20 15:08:47 +08:00 |
商讯在线
|
7b90ea8d13
|
Increase TableName method used to obtain the full table name
|
2014-11-19 00:42:40 +08:00 |
Lunny Xiao
|
9829026953
|
cache support
|
2014-11-08 18:51:42 +08:00 |
Lunny Xiao
|
3e0fa232ab
|
Merge pull request #4 from oinume/feature/softdelete
Add softdelete feature
|
2014-11-05 15:39:11 +08:00 |
oinume
|
3e99070567
|
Tag name changed: softdelete -> deleted
|
2014-11-05 15:28:37 +09:00 |
Kazuhiro Oinuma
|
dabc882406
|
Add softdelete feature
|
2014-11-03 22:02:45 +09:00 |
Lunny Xiao
|
c7420dd938
|
add nvarchar type
|
2014-10-24 12:43:32 +08:00 |
Lunny Xiao
|
750aae0fa5
|
add reserved
|
2014-09-06 23:26:23 +08:00 |
商讯在线
|
933034a476
|
improved
|
2014-08-30 22:14:12 +08:00 |
Lunny Xiao
|
7a76809789
|
Merge pull request #3 from go-xorm/tidy-up/logger
update ILogger interface, and it's no longer compatible with log/syslog....
|
2014-08-20 16:46:48 +08:00 |
Nash Tsai
|
c6ccf96040
|
update ILogger interface, and it's no longer compatible with log/syslog.Writer, due to performance design
|
2014-08-20 10:39:35 +08:00 |
Nash Tsai
|
5510997442
|
move ILogger interface from xorm package to core package
|
2014-08-20 09:38:03 +08:00 |
Nash Tsai
|
116e4818df
|
add defined caching error
|
2014-08-18 11:05:32 +08:00 |
Lunny Xiao
|
865fc8c0fb
|
add set type
|
2014-08-07 22:17:14 +08:00 |
Lunny Xiao
|
5c91281635
|
Merge pull request #2 from tossp/pqsql-uuid
添加pgsql对uuid的支持
|
2014-06-23 23:00:08 +08:00 |
砼砼
|
a0e7f24f6c
|
pqsql-uuid
|
2014-06-23 21:46:52 +08:00 |
Lunny Xiao
|
1a1e9ee8df
|
bug fixed for test
|
2014-06-16 16:52:06 +08:00 |
Lunny Xiao
|
9184dbce1e
|
add drop index sql and modify column sql interface
|
2014-06-11 14:02:22 +08:00 |
Lunny Xiao
|
267e37572e
|
add support for Join
|
2014-05-23 14:17:56 +08:00 |
Lunny Xiao
|
269c3fffe1
|
bug fixed for SuffixMapper
|
2014-05-11 13:24:41 +08:00 |
Lunny Xiao
|
7b00cece84
|
Merge branch 'master' of github.com:go-xorm/core
|
2014-05-09 21:53:30 +08:00 |
Lunny Xiao
|
c513c134ef
|
remove unused codes
|
2014-05-09 21:52:51 +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
|
aed19a5f81
|
add support for ptr to extends struct
|
2014-05-08 13:24:07 +08:00 |
Lunny Xiao
|
a49c17bff0
|
Merge branch 'master' into dev
|
2014-05-07 15:02:58 +08:00 |
S.W.H
|
caab71fa14
|
Merge pull request #1 from admpub/master
support enum type for mysql
|
2014-05-05 22:33:20 +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
|
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 |