Jamie Foster
a0586b3144
Merge 74ff71ede5aaf7f5fb3dc9acf8df38206df7657f into 4d98c8c0bc430f2babd45b3088007841814a0c40
2014-08-05 02:39:04 +00:00
Jinzhu
4d98c8c0bc
Specify database dialect when open database, fixes #169
2014-08-05 10:34:41 +08:00
Jinzhu
943a873051
Merge pull request #183 from bruston/errorf
...
Use fmt.Errorf
2014-08-05 10:14:25 +08:00
Benjamin Ruston
d699c85486
Use fmt.Errorf
2014-08-04 19:54:05 +01:00
Jinzhu
8308491d9a
Fix AutoMigrate with nested Scanner
2014-08-04 14:37:51 +08:00
Jinzhu
90106d82c5
Export Relationship
2014-07-31 14:38:16 +08:00
Jinzhu
df4a00a945
Update README with Associations
2014-07-30 22:50:27 +08:00
Jinzhu
ba74a9545b
Make clear works
2014-07-30 22:15:31 +08:00
Jinzhu
5a95050464
Make association replace works
2014-07-30 22:10:12 +08:00
Jinzhu
db3da2c636
Make association Count works
2014-07-30 21:43:53 +08:00
Jinzhu
6c4b635176
Replace BeforeAssociation, AfterAssociation with association type
2014-07-30 21:14:10 +08:00
Jinzhu
2356182ea7
Rename joinTable to relationship
2014-07-30 20:59:52 +08:00
Jinzhu
e1e68debdc
improve association
2014-07-30 20:48:36 +08:00
Jinzhu
efd3b7678b
Be able to find many to many relations
2014-07-30 16:22:26 +08:00
Jinzhu
9b3be66a77
Refact scope Fields
2014-07-30 15:15:23 +08:00
Jinzhu
0d3085393e
Add IndirectValue for Scope
2014-07-30 14:58:00 +08:00
Jinzhu
ba95de5c50
Rename relations to associations
2014-07-30 14:30:21 +08:00
Jinzhu
371e6af99e
Create join table when run AutoMigrate
2014-07-30 14:20:38 +08:00
Jinzhu
14590a65dc
Save many to many relations into join table
2014-07-30 14:18:15 +08:00
Jinzhu
a7aaf151cf
Use JoinTable instead of ForeignKey
2014-07-30 11:32:18 +08:00
Jinzhu
d7400c2df4
Don't sort by primary key if it doesn't exist in First/Last
2014-07-29 18:29:03 +08:00
Jinzhu
0c63e57f5c
Use tag to set primary key
2014-07-29 18:21:36 +08:00
Jinzhu
f56e071375
Refact parse SQL tag, set default size to 255
2014-07-29 17:52:23 +08:00
Jinzhu
2bffb43138
Write stub code for Many2Many
2014-07-29 17:28:10 +08:00
Jinzhu
62fd13e04e
Refact tests
2014-07-29 16:25:38 +08:00
Jinzhu
468e54f0ee
Refact tests
2014-07-29 16:04:40 +08:00
Jinzhu
b929a082d7
Fix remove index for sqlite and postgres
2014-07-29 12:02:03 +08:00
Jinzhu
cb7d545ac0
Refact tests
2014-07-29 11:38:28 +08:00
Jinzhu
6a00344355
Fix check HasColumn for sqlite3
2014-07-26 08:37:45 +08:00
Jinzhu
7bad7e7427
Fix check HasColumn for sqlite3
2014-07-25 18:14:44 +08:00
Jinzhu
2d3bcf5297
Refact untils.go
2014-07-25 16:53:28 +08:00
Jinzhu
67b9e2a9ad
Fix typo
2014-07-25 15:49:23 +08:00
Jinzhu
11dc47587c
Support inline condition when Delete
2014-07-24 18:30:12 +08:00
Jinzhu
ae12a1cca5
Merge pull request #170 from chr4/master
...
Add basic support for DEFAULT values
2014-07-23 11:28:59 +08:00
Jinzhu
b78645279c
Simplify set field value
2014-07-22 13:32:22 +08:00
Chris Aumann
4772acb1c4
Add basic support for DEFAULT values
2014-07-21 23:37:40 +02:00
Jinzhu
40c16f3c29
Export method ToSnake and SnakeToUpperCamel
2014-07-21 14:06:54 +08:00
Jinzhu
11bfaba497
Update README
2014-07-18 15:43:01 +08:00
Jamie Foster
74ff71ede5
Add support for sqlite3 hook
...
This is useful for adding backup functionality to SQLite as seen here:
https://github.com/mattn/go-sqlite3/blob/master/_example/hook/hook.go
In that sample, "sqlite3_with_hook_example" is the name of the driver to be registered. I used "sqlite3hook" in my fork as a generic name. Otherwise gorm will use SQLite in compatibility mode.
2014-07-15 20:44:09 +03:00
Jinzhu
3eb4adafba
Extract method FieldByName
2014-07-15 11:53:17 +08:00
Jinzhu
96db2a1d15
Merge pull request #165 from rtfb/typos
...
Various typo fixes
2014-07-13 19:08:25 +08:00
Vytautas Šaltenis
6da7e8c64e
Fix couple misleading test failure messages
2014-07-12 13:37:58 +03:00
Vytautas Šaltenis
78948f1b7f
Fix couple cosmetic typos
2014-07-12 13:37:58 +03:00
Vytautas Šaltenis
3587dbee4d
Fix link to section in README
...
It seems to be case sensitive, change tableName -> tablename.
2014-07-12 13:37:58 +03:00
Jinzhu
dee9520d4e
Merge pull request #163 from jimbao/master
...
Fix error when deploying to google app engine
2014-07-11 11:00:53 +08:00
Jinzhu
bbb3b50d0a
Don't set primary key is alrady exists
2014-07-11 10:05:28 +08:00
Jimmy Wahlberg
d857685771
Fix error when deploying to google app engine
...
github.com/jinzhu/gorm/postgres.go:103:21: composite struct literal database/sql.NullString with unkeyed fields
2014-07-10 16:15:39 +02:00
Jinzhu
bdaecff30d
Update README
2014-07-09 10:18:07 +08:00
Jinzhu
3bd5131132
Support slice of pointers
2014-07-08 10:45:31 +08:00
Jinzhu
a9ac3e10a7
Support upcase column names
2014-07-04 08:19:15 +08:00