Jinzhu
|
b507cdf93d
|
Expose current database name API
|
2016-07-11 21:37:44 +08:00 |
Jinzhu
|
bf413d67d3
|
Merge pull request #959 from vibhavp/master
Fix postgres' HasForeignKey
|
2016-05-04 21:22:04 +08:00 |
Jinzhu
|
c669e4b791
|
Set AUTO_INCREMENT if field is an auto increment field
|
2016-05-04 10:37:31 +08:00 |
Vibhav Pant
|
e38e096ca0
|
Fix postgres' HasForeignKey
|
2016-04-11 18:48:39 +05:30 |
Jinzhu
|
55a8e63aad
|
If size haven't been set, use `text` as string's default type for postgres, close #910
|
2016-03-16 23:06:27 +08:00 |
Jinzhu
|
ec110657da
|
Refactor based on golint
|
2016-03-07 17:49:55 +08:00 |
Jinzhu
|
60a859d966
|
Add check HasForeignKey method to dialect, also move mssql dialect to a separate repo as it is not well tested, close #832
|
2016-03-05 22:51:11 +08:00 |
Jinzhu
|
b6a2710a15
|
Don't execute SET IDENTITY_INSERT if dialect is not mssql
|
2016-03-05 21:24:54 +08:00 |
Jinzhu
|
c811590d4e
|
Add dialects for supported databases for easier to use
|
2016-03-05 18:54:59 +08:00 |
Jinzhu
|
4e8370e18b
|
Refactor dialect
|
2016-02-15 14:59:15 +08:00 |
Jinzhu
|
f4456e139e
|
Register dialects
|
2016-02-14 18:06:42 +08:00 |
Jinzhu
|
b4abd125c1
|
Refactor DataTypeOf for postgres, mssql
|
2016-02-14 13:51:34 +08:00 |
Jinzhu
|
552d9bf455
|
Refactor DataTypeOf for sqlite
|
2016-02-14 11:51:53 +08:00 |
Jinzhu
|
2dfd76d22b
|
Refactor DataTypeOf
|
2016-01-29 15:08:53 +08:00 |
Jinzhu
|
d92c5db9e7
|
Refactor dialect
|
2016-01-19 13:11:11 +08:00 |
Jinzhu
|
e159ca1914
|
Refactor dialect
|
2016-01-18 20:32:52 +08:00 |
Jinzhu
|
09f46f01b9
|
Refactor dialect
|
2016-01-16 22:01:04 +08:00 |