Yan-Fa Li
2c7c6848c0
Issue #553 quoting breaks mariadb/mysql
...
The new quoting behavior during table creation is generating
incompatible sql code for mariadb and likely mysql. Make the Quote
function a little bit smarter in mysql.go so it doesn't quote parens.
2015-07-02 11:16:57 -07:00
Jinzhu
4fd6e62a02
Add unsigned support for mysql
2015-06-01 14:02:15 +08:00
Jinzhu
a0848909c2
Simplify dialect definitions
2015-03-17 10:40:42 +08:00
Jinzhu
a549b6bd49
Refactor SQL Tag
2015-03-11 17:05:58 +08:00
Jinzhu
34997385b0
Add HasIndex method for dialect interface
2015-03-02 23:02:40 +08:00
Jinzhu
4e8d43dd4f
Refactor check HasTable, HasColumn
2015-02-28 17:01:27 +08:00
Jinzhu
ce72988e96
Refactoring API for plugin system
2015-02-26 14:40:30 +08:00
Jinzhu
0b32041135
Review and Refactor
2015-02-17 22:55:14 +08:00
Jinzhu
73b6f0eace
Linting according to golint
2015-02-17 08:34:01 +08:00
Jinzhu
5330572c25
Fix Exec with raw string
2015-01-20 14:55:38 +08:00
Jinzhu
f8e4e16e09
Fix Where with string
2015-01-20 11:30:01 +08:00
Paolo Galeone
21f4de584f
Use tableName.field or tableName.* in returning string
2014-12-08 12:03:42 +01:00
Joel Trost
a6b243a3e9
fix for bad rebase
2014-09-16 14:49:29 -07:00
Joel Trost
6b7d0879c5
Ran gofmt and removed panic statements
...
Unnecessary panics in create_test and delete_test removed
2014-09-16 14:24:55 -07:00
Joel Trost
f79e1a2ef6
GORM support for MSSQL, passes all tests
2014-09-16 14:21:35 -07:00
Jinzhu
14590a65dc
Save many to many relations into join table
2014-07-30 14:18:15 +08:00
Jinzhu
b929a082d7
Fix remove index for sqlite and postgres
2014-07-29 12:02:03 +08:00
Jinzhu
6dc332e04d
Include table_schema when query from INFORMATION_SCHEMA for mysql
2014-04-25 09:26:10 +08:00
Jinzhu
66e6c9af9f
Add method HasTable, HasColumn to dialect
2014-04-25 09:08:48 +08:00
Jinzhu
a46d149579
remove package dialect for easier contribution
2014-04-25 07:20:23 +08:00