TossPig
|
1c77c0aa09
|
fix
修复一个判断错误
|
2015-11-26 16:49:12 +08:00 |
TossPig
|
1aa62881bb
|
CONNSTRING
同时兼容
postgresql和postgres
|
2015-11-26 16:47:40 +08:00 |
Lunny Xiao
|
b36f8ed87e
|
bug fixed for #249
|
2015-11-26 15:52:25 +08:00 |
Lunny Xiao
|
0cae9529c1
|
beautify for dump sql
|
2015-11-24 15:13:53 +08:00 |
Lunny Xiao
|
f7e6db28c0
|
Merge branch 'master' of github.com:go-xorm/xorm
|
2015-11-24 14:27:41 +08:00 |
Lunny Xiao
|
4d5da3bb4d
|
bug fixed for dump
|
2015-11-24 14:25:06 +08:00 |
Lunny Xiao
|
c643188922
|
Merge pull request #318 from evalphobia/feature/interface-is-zero
Modified time.IsZero() to use interface
|
2015-11-17 19:39:15 +08:00 |
evalphobia
|
b9ba2ed347
|
Modified time.IsZero() to use interface
|
2015-11-17 16:19:23 +09:00 |
Lunny Xiao
|
8bf440560e
|
bug fixed for update which includes json struct fields
|
2015-10-29 13:30:22 +08:00 |
Lunny Xiao
|
a0e63df407
|
bug fixed
|
2015-10-27 15:41:13 +08:00 |
Lunny Xiao
|
81d7f834b1
|
small optimizations for statement string generation
|
2015-10-27 14:45:48 +08:00 |
Lunny Xiao
|
d776f5da3e
|
bug fixed: resolved #288
|
2015-10-26 17:01:46 +08:00 |
Lunny Xiao
|
1d3b0d699e
|
bug fixed: resolved #301
|
2015-10-26 16:34:04 +08:00 |
Lunny Xiao
|
1da71e850a
|
resolved #309
|
2015-10-26 16:06:38 +08:00 |
Lunny Xiao
|
4578668362
|
bug fixed for extends insert
|
2015-10-26 14:51:04 +08:00 |
Lunny Xiao
|
6d9fe27a6d
|
disable gob register if cache is not enabled
|
2015-10-10 10:32:08 +08:00 |
Lunny Xiao
|
300379e016
|
bug fixed #297
|
2015-10-06 22:56:28 +08:00 |
Lunny Xiao
|
803f6db50c
|
improved readme
|
2015-09-24 22:49:14 +08:00 |
Lunny Xiao
|
4012ee5805
|
Merge pull request #295 from aviau/patch-1
copyright: add owner
|
2015-09-07 14:21:28 +08:00 |
Alexandre Viau
|
495927eb9c
|
copyright: added owner
|
2015-09-06 23:43:06 -04:00 |
TossPig
|
a3e2e73b65
|
PG connection URIs
http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
|
2015-09-02 04:16:03 +08:00 |
Lunny Xiao
|
ce23797899
|
Merge branch 'master' of github.com:go-xorm/xorm
|
2015-08-31 17:10:45 +08:00 |
Lunny Xiao
|
ecad0c3ad6
|
typo error
|
2015-08-31 17:10:16 +08:00 |
Lunny Xiao
|
be4b6f2fae
|
Merge pull request #290 from evalphobia/feature/select-for-update
Added feature for SELECT ... FOR UPDATE
|
2015-08-30 22:11:58 +08:00 |
evalphobia
|
65f413ecf3
|
refactored genSelectSql
|
2015-08-30 20:23:46 +09:00 |
evalphobia
|
693501fd60
|
Fixed FOR UPDATE for each dialects #290
|
2015-08-30 20:07:18 +09:00 |
Lunny Xiao
|
0a5845a61c
|
bug fixed for innerInsert
|
2015-08-30 09:48:16 +08:00 |
Lunny Xiao
|
dd30b1fa61
|
oracle insert primary key set back support
|
2015-08-28 17:01:41 +08:00 |
evalphobia
|
e89f74daa0
|
Added feature for SELECT ... FOR UPDATE
|
2015-08-28 16:54:19 +09:00 |
Lunny Xiao
|
adadb47c60
|
bug fixed for oracle insert
|
2015-08-26 14:28:59 +08:00 |
Lunny Xiao
|
964ff43d18
|
added gitter chatroom
|
2015-08-26 09:39:56 +08:00 |
Lunny Xiao
|
3344480060
|
Merge pull request #287 from tossp/table_schema
修改GetColumns函数
|
2015-08-26 06:58:36 +08:00 |
TossPig
|
b6ffc57f80
|
修改GetColumns函数
防止数据库中,存在多个schema同表名,不同的字段属性的污染
|
2015-08-25 22:37:16 +08:00 |
Lunny Xiao
|
a01186e3cd
|
bug fixed for #283
|
2015-08-24 16:43:58 +08:00 |
Lunny Xiao
|
97e7703766
|
bug fixed & comment trace line
|
2015-08-12 23:11:45 +08:00 |
Lunny Xiao
|
b3ec16b09c
|
bug fixed #280
|
2015-08-12 22:02:27 +08:00 |
Lunny Xiao
|
29fd03b318
|
hack for ql support
|
2015-08-07 09:55:42 +08:00 |
Lunny Xiao
|
6cc6e18143
|
Merge branch 'master' of github.com:go-xorm/xorm
|
2015-08-06 14:25:02 +08:00 |
Lunny Xiao
|
f9e450f348
|
add AfterSet processor support & resolved #276
|
2015-08-06 14:24:17 +08:00 |
Lunny Xiao
|
7b8945acfe
|
Merge pull request #273 from evalphobia/feature/last-sql
Added feature for storing lastSQL query on session
|
2015-07-28 21:38:31 +08:00 |
evalphobia
|
ebd11048f3
|
Added feature for storing lastSQL query on session
|
2015-07-28 13:03:20 +09:00 |
Lunny Xiao
|
b6a31aa9a3
|
bug fixed #260
|
2015-07-28 10:03:32 +08:00 |
Lunny Xiao
|
a4765bce78
|
Merge pull request #270 from winxxp/master
add support sql.NullString sql.NullInt64 ...
|
2015-07-27 09:44:30 +08:00 |
haolei
|
88a0888d6d
|
修正支持sql.NullString...时AllCols()时没有更新空字段。
|
2015-07-26 00:01:06 +08:00 |
haolei
|
3189b41ec3
|
修正支持sql.NullString字段时,使用Iterater方法时崩溃
|
2015-07-20 14:13:13 +08:00 |
haolei
|
916367d81e
|
增加支持sql.NullString...Iterate方法。
|
2015-07-20 11:23:29 +08:00 |
unknown
|
d716685a9e
|
add support sql.NullString sql.NullInt64 ...
|
2015-07-20 10:43:36 +08:00 |
Lunny Xiao
|
ffa0712280
|
resolved for go-gitea/gitea#105
|
2015-07-08 16:53:35 +08:00 |
Lunny Xiao
|
2ee7de9fa5
|
bug fixed for sync2
|
2015-06-27 12:36:38 +08:00 |
Lunny Xiao
|
76eef59c8f
|
Merge branch 'master' of github.com:go-xorm/xorm
|
2015-06-26 21:21:28 +08:00 |