Lunny Xiao
|
664a52a6d7
|
some gofmt & golint fixed
|
2017-01-09 09:52:23 +08:00 |
Lunny Xiao
|
c60f2467a9
|
some golints fixed
|
2016-12-11 12:45:37 +08:00 |
Sergey Kurt
|
227b82da41
|
Fix golint 'should omit (type|2nd value) ...' warnings
|
2016-11-09 12:37:59 +03:00 |
Sergey Kurt
|
fe3fd2e4b0
|
Fix go vet warnings
|
2016-11-07 23:16:49 +03:00 |
Lunny Xiao
|
7d0f249cf5
|
resolved #416
|
2016-06-30 16:35:04 +08:00 |
Lunny Xiao
|
a0aaa7d72b
|
logging interface changed and resolved #160 #219 #353
|
2016-02-16 17:18:01 +08:00 |
Fred Wu
|
bc1a38d2dd
|
fix a bug: when use xorm reverse tool for sqlite3 , if table have a …
struct like this UNIQUE(xx, xx) , reverse will fail.
|
2016-01-21 15:30:43 +08:00 |
evalphobia
|
693501fd60
|
Fixed FOR UPDATE for each dialects #290
|
2015-08-30 20:07:18 +09:00 |
Lunny Xiao
|
ffa0712280
|
resolved for go-gitea/gitea#105
|
2015-07-08 16:53:35 +08:00 |
Lunny Xiao
|
f9c968d98a
|
dialect interface changed
|
2015-05-19 22:39:50 +08:00 |
Lunny Xiao
|
1992491553
|
license
|
2015-04-28 16:25:04 +08:00 |
Lunny Xiao
|
aa90a634d4
|
resolved #176 & cache bug fixed
|
2015-04-01 16:32:17 +08:00 |
Lunny Xiao
|
f2d3be988e
|
bug fixed for #208
|
2015-02-13 22:52:12 +08:00 |
Lucas Liu
|
a8796d1cca
|
fix datetime in sqlite3
|
2014-12-03 14:09:40 +08:00 |
Lunny Xiao
|
3a5d5aa786
|
cache support all kinds of primary keys
|
2014-11-08 11:12:37 +08:00 |
Lunny Xiao
|
02b7db1334
|
add nvarchar type
|
2014-10-24 12:43:17 +08:00 |
Lunny Xiao
|
6ea489a1a9
|
add reserved words for mysql,sqlite,mssql,oracle
|
2014-09-06 23:25:46 +08:00 |
Lunny Xiao
|
fef024b600
|
bug fixed for sqlite3 dialect
|
2014-08-28 23:13:04 +08:00 |
Eryx
|
560525e3ca
|
bugfix: getting the right column lines when the culumn type is varchar (n) or number (n, m)
|
2014-07-03 23:35:31 +08:00 |
Lunny Xiao
|
bfeb6ea19f
|
bug fixed & new Import func
|
2014-05-24 16:05:48 +08:00 |
Lunny Xiao
|
c7b8826cda
|
bug fixed for sqlite3 & oracle dialect
|
2014-05-14 20:26:42 +08:00 |
Lunny Xiao
|
2ebacae199
|
add part support for ql
|
2014-05-07 15:56:33 +08:00 |
Lunny Xiao
|
9e147d2fde
|
add BeforeSet processor and Dump function
|
2014-05-04 13:53:38 +08:00 |
Lunny Xiao
|
8c79a0cc1d
|
new dialect interface
|
2014-04-23 14:01:04 +08:00 |
Lunny Xiao
|
9a6458134a
|
set db to dialect
|
2014-04-18 18:39:07 +08:00 |
Nash Tsai
|
81c947b61b
|
flattened dialects dir and register db dialect for assocaited registered driver
|
2014-04-11 21:06:11 +08:00 |