Ming Deng
|
ae15b54f83
|
Merge pull request #3992 from maxshine/fix-3991
[Fix-Issue-3991] Fix Read with SQLite not supporting SELECT FOR UPDAT…
|
2020-06-06 13:10:08 +08:00 |
|
Yang, Gao
|
677d010d86
|
[Fix-Issue-3991] Add warn for SQLite Read is invoked isForUpdate=true
|
2020-06-01 23:12:12 +08:00 |
|
Yang, Gao
|
8055357576
|
[Fix-Issue-3991] Fix Read with SQLite not supporting SELECT FOR UPDATE syntax
|
2020-05-15 17:36:01 +08:00 |
|
leapsea
|
867f83de34
|
修复数据库连接异常问题
|
2020-05-09 16:31:30 +08:00 |
|
大盖文
|
92a4119258
|
Update cmd_utils.go
[Fix] Fix create table with SQLite not supporting COMMENT syntax
|
2019-12-11 16:50:08 +08:00 |
|
Razil
|
4348356d0a
|
fix annotation on orm/utils
|
2019-09-09 00:47:20 +08:00 |
|
astaxie
|
99647986de
|
Merge pull request #3689 from GeorgeXc/addStmt
Add stmt
|
2019-07-05 11:34:40 +08:00 |
|
BaoyangChai
|
5bcde306ea
|
Revert "update"
This reverts commit 2909ff3366 .
|
2019-06-28 23:37:32 +08:00 |
|
BaoyangChai
|
2909ff3366
|
update
|
2019-06-28 23:23:01 +08:00 |
|
BaoyangChai
|
40078cba2c
|
update
|
2019-06-28 23:13:18 +08:00 |
|
BaoyangChai
|
5d0c0a03d7
|
update
|
2019-06-28 22:56:32 +08:00 |
|
astaxie
|
c265d32c36
|
Merge pull request #3685 from Anderson-Lu/fix_orm_datarace
fix orm datarace
|
2019-06-18 12:05:54 +08:00 |
|
BaoyangChai
|
06692c3e27
|
update
|
2019-06-17 23:38:07 +08:00 |
|
luxueyan
|
394a73c75f
|
fix orm datarace
|
2019-06-14 14:43:02 +08:00 |
|
BaoyangChai
|
873f62edff
|
update
|
2019-06-09 01:19:17 +08:00 |
|
BaoyangChai
|
cc0eacbe02
|
update
|
2019-06-08 23:53:42 +08:00 |
|
张勇
|
3c046a4dbf
|
fix two typos
|
2019-05-27 16:38:30 +08:00 |
|
BaoyangChai
|
a0ca3d61d6
|
update
|
2019-05-08 23:11:57 +08:00 |
|
Yang Luo
|
afb787d49d
|
remove the 1000-row limit for ORM result set
|
2019-04-27 16:58:00 +08:00 |
|
GeorgeXc
|
0b8ebaf387
|
Update db.go
|
2019-03-26 01:00:04 +08:00 |
|
BaoyangChai
|
005391be81
|
update
|
2019-03-23 00:33:26 +08:00 |
|
BaoyangChai
|
65f587d5e9
|
fix ineffectual assignment
|
2019-02-12 19:05:22 +08:00 |
|
BaoyangChai
|
2fefd8cbbf
|
update len
|
2019-02-12 18:53:34 +08:00 |
|
BaoyangChai
|
ba17bdd366
|
add ignore auto_now_add field when update
|
2019-02-12 18:05:29 +08:00 |
|
astaxie
|
26a6b426f1
|
Merge pull request #3487 from duyazhe/patch-1
Update orm_log.go
|
2019-02-04 11:26:42 +08:00 |
|
astaxie
|
6f35ce67f7
|
Merge pull request #3493 from bharat-p/3492-add-db-stats-to-ormer
Add DBStats method wrapper to provide sql.DBStats when using ormer
|
2019-02-04 11:24:13 +08:00 |
|
zav8
|
7abdb05f91
|
little fix
|
2019-02-01 15:39:40 +08:00 |
|
zav8
|
af4464ce58
|
add support for pointer fields of structs to method QueryRows()
|
2019-02-01 15:27:10 +08:00 |
|
Bharat Patel
|
f508f8d959
|
Nil check
|
2019-01-18 16:51:40 -08:00 |
|
Bharat Patel
|
2ae480556d
|
Add DBStats method wrapper to provide sql.DBStats when using ormer
|
2019-01-17 09:56:42 -08:00 |
|
duyazhe
|
d792536c23
|
Update orm_log.go
orm log支持用户自定义函数处理
|
2019-01-14 15:14:11 +08:00 |
|
zav8
|
ffe1b00baf
|
Merge branch 'develop' of https://github.com/astaxie/beego into add_sql_null_support
|
2018-12-18 10:41:17 +08:00 |
|
zav8
|
d2c289193a
|
add test case for QueryRow and QueryRows
|
2018-12-18 10:37:41 +08:00 |
|
zav8
|
6da4a66c20
|
merge switch cases
|
2018-12-06 16:09:39 +08:00 |
|
zav8
|
5e4241fc87
|
add support for field of type sql.NullXxx in rawSet.setFieldValue()
|
2018-12-06 16:07:07 +08:00 |
|
DennisMao
|
bf468c8d0c
|
fix format
|
2018-12-06 10:57:32 +08:00 |
|
DennisMao
|
0d77a3f8d2
|
FixOrmDescrptionTag
|
2018-12-06 10:49:50 +08:00 |
|
nlimpid
|
6b0155c4fb
|
add different column name parse strategy
|
2018-11-20 22:47:56 +08:00 |
|
astaxie
|
e22a5143bc
|
Merge pull request #3403 from nlimpid/develop
add context for db operation
|
2018-11-20 15:44:25 +08:00 |
|
nlimpid
|
d5cf1050db
|
check qs is nil before get forContext
|
2018-11-19 23:42:56 +08:00 |
|
astaxie
|
7a50ea7e36
|
Merge pull request #3395 from astaxie/AddTestForSnakeString
#3192 AddTestSnakeString
|
2018-11-18 21:59:48 +08:00 |
|
nlimpid
|
e56d1b718f
|
add context for db operation
|
2018-11-18 21:54:25 +08:00 |
|
Dennis
|
c4c3067a31
|
Update utils.go
|
2018-11-15 15:16:41 +08:00 |
|
Dennis
|
81346fe641
|
Update utils_test.go
|
2018-11-15 14:50:38 +08:00 |
|
|
d02170e3cb
|
Closes #2515 Autodetect timezone in NewOrmWithDB()
|
2018-11-12 10:18:05 +01:00 |
|
nukc
|
736e66fcda
|
orm: support filter raw sql
|
2018-11-05 03:47:21 +08:00 |
|
astaxie
|
5b8e468a13
|
Merge pull request #3344 from akhedrane/patch-1
duo to #3278 numRow should be 0
|
2018-10-05 21:16:18 +08:00 |
|
Atallah khedrane
|
21a8623002
|
duo to #3278 numRow should be 0
|
2018-09-30 10:45:18 +01:00 |
|
astaxie
|
8134a89e81
|
Merge pull request #3333 from akhedrane/patch-1
Return error when wrong filtering field
|
2018-09-30 15:45:23 +08:00 |
|
Atallah khedrane
|
0e4d954fa7
|
Return error when wrong filtering field
When end user put wrong filtering field ORM should return error instead of Panic()
so developers can handle this error.
|
2018-09-23 12:18:15 +02:00 |
|