Commit Graph

  • 4786e830d6 Fix create join table Jinzhu 2016-05-09 22:32:33 +08:00
  • d02c2a37ea Improved preload m2m performance Dirk-Jan 2016-05-09 14:15:35 +02:00
  • f83842b48e Correct AUTO_INCREMENT for Uint64 and Int64 Seth Shelnutt 2016-05-06 09:08:17 -04:00
  • 5810691ee9 Fixed SQL injections with ORDER BY and GROUP BY. Richard Knop 2016-05-06 19:12:36 +08:00
  • 2061731e2e Update all unit test for AUTO_INCREMENT change Seth Shelnutt 2016-05-06 09:02:35 -04:00
  • 92821210e9 Only set autoincrement if the tag is used. Seth Shelnutt 2016-05-06 08:41:13 -04:00
  • f159fa3d74 association: dont execute Append/Replace/Delete if Error already present Björn 2016-05-06 14:10:43 +02:00
  • 037aaa8973 Fixed SQL injections with ORDER BY and GROUP BY. Richard Knop 2016-05-06 19:08:02 +08:00
  • a2291efe5b update documents Jinzhu 2016-05-04 21:26:42 +08:00
  • bf413d67d3 Merge pull request #959 from vibhavp/master Jinzhu 2016-05-04 21:22:04 +08:00
  • 34482e028f Update README Jinzhu 2016-05-04 21:13:15 +08:00
  • 1073563f1e Merge pull request #987 from moberemk/patch-1 Jinzhu 2016-05-04 21:04:23 +08:00
  • 7707d480dd Merge pull request #991 from randomandy/patch-1 Jinzhu 2016-05-04 20:58:18 +08:00
  • f1e71cbb75 Merge aa4916d4a33a716af333350dc8df3e13767e20eb into c669e4b791c17955380c771e164ce9899b8efc70 Chris Belsole 2016-05-04 12:57:54 +00:00
  • a11f3de60d Added valid postgres connect string with host and password Andy Ruland 2016-05-04 12:25:08 +04:00
  • c669e4b791 Set AUTO_INCREMENT if field is an auto increment field Jinzhu 2016-05-04 10:37:31 +08:00
  • aa4916d4a3 added error types for easier error handling with cases Chris Belsole 2016-05-03 11:49:41 -04:00
  • 3b85ddcc9a Properly quotes column names in post-insert SELECT Mark Oberemk 2016-05-02 12:25:04 -04:00
  • c627e49002 Merge pull request #978 from ezra-g/patch-1 Jinzhu 2016-05-02 19:37:43 +08:00
  • 465f8ea05b Fix ignore fields Jinzhu 2016-05-02 19:34:11 +08:00
  • df2e5ce0bd Create initial schema. Ezra Gildesgame 2016-04-29 12:00:44 -04:00
  • e38e096ca0 Fix postgres' HasForeignKey Vibhav Pant 2016-04-11 18:48:39 +05:30
  • b91fed6146 Added AddLongForeignKey cristian-sima 2016-04-04 21:20:18 +03:00
  • 5174cc5c24 Only get address from non pointer when call method, fix #912 Jinzhu 2016-04-04 22:49:18 +08:00
  • 9fd05d1bad Print warning message when using unaddressable value with Update Jinzhu 2016-04-04 21:33:11 +08:00
  • c49e68fac2 Make Update works with unaddressable value Jinzhu 2016-04-04 20:57:42 +08:00
  • 739ac3d677 Update models.md Takahiro Ikeuchi 2016-03-31 21:29:26 +09:00
  • 01f571cb77 Update Jinzhu 2016-03-28 10:40:33 +08:00
  • 2530dcbccd Quote order column name, fix #918 Jinzhu 2016-03-23 10:29:52 +08:00
  • e0cc1afd91 Update Pages Jinzhu 2016-03-23 07:34:22 +08:00
  • af685f64f2 Merge pull request #915 from bcrowe/gh-pages Jinzhu 2016-03-23 07:14:33 +08:00
  • 7d5d171168 Merge pull request #919 from nkovacs/patch-1 Jinzhu 2016-03-23 07:13:27 +08:00
  • 1ac3eedca1 fix mysql HasForeignKey Nikola Kovacs 2016-03-22 13:49:22 +01:00
  • 1d806d662c Fixed ql types and integrated primary keys function Thomas Boerger 2016-03-21 15:16:39 +01:00
  • 133176c3fb Added separate function to generate primary keys Thomas Boerger 2016-03-21 15:16:04 +01:00
  • e84e58d3c0 Added ql to the testing dialects Thomas Boerger 2016-03-21 15:15:22 +01:00
  • 97b28cbfec Prepare the test suite Thomas Boerger 2016-03-21 13:58:13 +01:00
  • 1082cd1fe0 Integrated ql dialect Thomas Boerger 2016-03-21 13:43:41 +01:00
  • 9e61285c9c Clean up database docs Bryan Crowe 2016-03-18 12:06:34 -04:00
  • 021d7b3314 Fix migrate indexes with CreateTable, AutoMigrate for soft delete Jinzhu 2016-03-17 18:12:21 +08:00
  • 8c099e0945 Fix AddUniqueIndex with soft delete Jinzhu 2016-03-17 18:09:21 +08:00
  • 55a8e63aad If size haven't been set, use text as string's default type for postgres, close #910 Jinzhu 2016-03-16 23:06:15 +08:00
  • 83002c4d5f Include default search attributes when query with Join, close #906 Jinzhu 2016-03-14 08:05:36 +08:00
  • 1819dda80a Export LogWriter interface Jinzhu 2016-03-10 17:38:52 +08:00
  • 7c43d9fc36 Fix scan columns with same name Jinzhu 2016-03-10 17:35:19 +08:00
  • 846a2d401a Fix scan columns with same name Jinzhu 2016-03-10 17:13:48 +08:00
  • feee063d55 Update documents Jinzhu 2016-03-09 21:05:27 +08:00
  • c79acf4293 Merge pull request #897 from jinzhu/pedromorgan-patch-1 Jinzhu 2016-03-09 21:03:26 +08:00
  • b6d8e1c101 Explain chaining a bit more Pete Morgan 2016-03-09 13:01:22 +00:00
  • 46e2a98e8d Update document Jinzhu 2016-03-09 20:51:55 +08:00
  • 2d32ddd028 Merge pull request #896 from deliseev/patch-1 Jinzhu 2016-03-09 20:49:59 +08:00
  • 74d5ac58e2 Fix gorm.Open dialect Denis Eliseev 2016-03-09 17:44:53 +05:00
  • bd99af5067 Fix GORM with Go 1.4 #892 Jinzhu 2016-03-09 20:44:24 +08:00
  • 8de97c2883 Refactor Scope updatedAttrsWithValues Jinzhu 2016-03-09 16:18:01 +08:00
  • 50f619c8fe Update gitbook Jinzhu 2016-03-09 09:04:31 +08:00
  • 9dfb04d8ad Merge pull request #893 from bcrowe/definition Jinzhu 2016-03-09 09:03:56 +08:00
  • 5ca3a5bfae Fix definition spelling Bryan Crowe 2016-03-08 19:41:04 -05:00
  • 01a436c35c Fix documents Jinzhu 2016-03-09 07:36:34 +08:00
  • 1089f6be30 Update documents Jinzhu 2016-03-08 23:15:08 +08:00
  • a0aa21aec5 Refactor Jinzhu 2016-03-08 22:29:58 +08:00
  • d08894cd69 Rename test files Jinzhu 2016-03-08 21:45:20 +08:00
  • 9d57c6b961 Merge pull request #794 from jinzhu/v1.0_dev Jinzhu 2016-03-08 12:20:12 +08:00
  • 87fefe0c35 Rebuild Jinzhu 2016-03-08 12:18:56 +08:00
  • 5483a097fd Update documents Jinzhu 2016-03-08 12:14:16 +08:00
  • a4a7cad6ee Update document Jinzhu 2016-03-08 11:59:56 +08:00
  • 187b23c091 Update advanced document Jinzhu 2016-03-08 09:58:31 +08:00
  • 0a92f14d87 Update callback document Jinzhu 2016-03-08 09:50:42 +08:00
  • 6bc050c2e0 Update document Jinzhu 2016-03-08 09:35:39 +08:00
  • fcf25c48c4 Update README Jinzhu 2016-03-07 23:58:31 +08:00
  • 2e9d5e6f76 Test overwrite foreign keys Jinzhu 2016-03-07 23:51:04 +08:00
  • 2c089573cd Add tests for override belogns to foreign keys with tag Jinzhu 2016-03-07 23:35:31 +08:00
  • 45cfaf3466 Update Documents Jinzhu 2016-03-07 22:51:24 +08:00
  • 946909f1e8 Add DropTableIfExists back Jinzhu 2016-03-07 21:33:48 +08:00
  • d169ac55e2 Delete CHANGELOG.md Jinzhu 2016-03-07 21:24:42 +08:00
  • 89e8d4f5e1 Update README Jinzhu 2016-03-07 21:18:48 +08:00
  • 88184a989e Update godoc Jinzhu 2016-03-07 21:09:05 +08:00
  • 779c4d436e Refactor based on golint Jinzhu 2016-03-07 18:43:15 +08:00
  • ec110657da Refactor based on golint Jinzhu 2016-03-07 14:54:20 +08:00
  • 3055bad1e8 scope.Fields() return slice of *Field Jinzhu 2016-03-07 12:15:15 +08:00
  • 8084abeb33 Merge 871a0c358c6c926b24b3bc52bdb2d28950aa2b6e into f8377d80bf0d73b981c7ec39b7483776feedf79b Sven Almgren 2016-03-06 22:25:49 +00:00
  • 871a0c358c Fixed minor mistake in README Sven Almgren 2016-03-06 23:05:23 +01:00
  • 37210495bf Fix check HasColumn for sqlite, close #865 Jinzhu 2016-03-06 09:34:09 +08:00
  • 60a859d966 Add check HasForeignKey method to dialect, also move mssql dialect to a separate repo as it is not well tested, close #832 Jinzhu 2016-03-05 22:50:49 +08:00
  • b6a2710a15 Don't execute SET IDENTITY_INSERT if dialect is not mssql Jinzhu 2016-03-05 21:24:54 +08:00
  • 2522f03c1f Set identity insert on after create transaction, close #841 Jinzhu 2016-03-05 19:22:29 +08:00
  • c811590d4e Add dialects for supported databases for easier to use Jinzhu 2016-03-05 18:54:59 +08:00
  • 9601a99a25 Merge f4e9671baff4d5874babadef960480e5a548bd15 into f8377d80bf0d73b981c7ec39b7483776feedf79b Stephan Peijnik 2016-03-04 15:29:28 +00:00
  • 793bdca4a5 Merge 7b6cd38e58f28c96e8025347f09d6fd4d140a12a into f8377d80bf0d73b981c7ec39b7483776feedf79b Cristian Sima 2016-03-04 14:06:53 +00:00
  • 41ab9f433f Merge branch 'master' into v1.0_dev Jinzhu 2016-03-04 22:01:23 +08:00
  • f8377d80bf Merge pull request #822 from jseriff/master Jinzhu 2016-03-04 21:58:27 +08:00
  • e0cca89ce3 Handle binary in log, close #733 Jinzhu 2016-03-04 09:12:01 +08:00
  • 8b291cc32b Fix format log, close #752 Jinzhu 2016-03-04 08:59:33 +08:00
  • 7b6cd38e58 "Fix "foreign key too long" bug for any identifier" cristian-sima 2016-03-03 22:03:41 +02:00
  • 772cd8814c Update README Jinzhu 2016-03-02 08:54:13 +08:00
  • e1df3994fb Merge pull request #861 from sunprophit/Issue-860 Jinzhu 2016-03-01 07:51:58 +08:00
  • 8f36cec4ae Update documents Jinzhu 2016-02-29 22:59:04 +08:00
  • 42e845f0b4 Update documents Jinzhu 2016-02-29 22:57:30 +08:00
  • cd766809c6 Update README Jinzhu 2016-02-29 22:06:15 +08:00
  • 1fbfb00bae Rebuild documents Jinzhu 2016-02-29 21:52:18 +08:00
  • 49efcd81c7 Update documents Jinzhu 2016-02-29 21:35:41 +08:00