Commit Graph

  • 3626e6b1ee Merge pull request #293 from tossp/tossp-patch-LIBPQ-CONNSTRING Lunny Xiao 2015-11-26 21:13:06 +0800
  • 4153efc97e Update pq_driver.go TossPig 2015-11-26 19:04:38 +0800
  • 1c77c0aa09 fix TossPig 2015-11-26 16:49:12 +0800
  • 1aa62881bb CONNSTRING TossPig 2015-11-26 16:47:40 +0800
  • b7b75a00f9 Merge ad2dae1732 into b36f8ed87e Leo 2015-11-26 07:53:30 +0000
  • b36f8ed87e bug fixed for #249 Lunny Xiao 2015-11-26 15:52:25 +0800
  • acb6f00daf extends unlimit levels support Lunny Xiao 2015-11-25 17:54:33 +0800
  • 0cae9529c1 beautify for dump sql Lunny Xiao 2015-11-24 15:13:53 +0800
  • f7e6db28c0 Merge branch 'master' of github.com:go-xorm/xorm Lunny Xiao 2015-11-24 14:27:41 +0800
  • 4d5da3bb4d bug fixed for dump Lunny Xiao 2015-11-24 14:25:06 +0800
  • c643188922 Merge pull request #318 from evalphobia/feature/interface-is-zero Lunny Xiao 2015-11-17 19:39:15 +0800
  • b9ba2ed347 Modified time.IsZero() to use interface evalphobia 2015-11-17 16:19:23 +0900
  • e069ded383 Revert "ads" hzmnet 2015-11-03 01:26:24 +0800
  • b6410df10a ads hzmnet 2015-11-03 01:26:19 +0800
  • fe502f7ae6 Merge remote-tracking branch 'refs/remotes/go-xorm/master' hzmnet 2015-11-03 01:04:49 +0800
  • 8cbe7b1c7e change time format hzmnet 2015-11-03 00:47:22 +0800
  • 54996fd3c7 query return map[string]string hzmnet 2015-11-03 00:32:19 +0800
  • 24f47dd41d Add FindMap hzmnet 2015-11-02 18:30:05 +0800
  • 8bf440560e bug fixed for update which includes json struct fields Lunny Xiao 2015-10-29 13:30:22 +0800
  • a0e63df407 bug fixed Lunny Xiao 2015-10-27 15:41:13 +0800
  • 81d7f834b1 small optimizations for statement string generation Lunny Xiao 2015-10-27 14:45:48 +0800
  • d776f5da3e bug fixed: resolved #288 Lunny Xiao 2015-10-26 17:01:46 +0800
  • 1d3b0d699e bug fixed: resolved #301 Lunny Xiao 2015-10-26 16:34:04 +0800
  • 1da71e850a resolved #309 Lunny Xiao 2015-10-26 16:06:38 +0800
  • 4578668362 bug fixed for extends insert Lunny Xiao 2015-10-26 14:51:04 +0800
  • 6d9fe27a6d disable gob register if cache is not enabled Lunny Xiao 2015-10-10 10:32:08 +0800
  • 300379e016 bug fixed #297 Lunny Xiao 2015-10-06 22:56:28 +0800
  • 803f6db50c improved readme Lunny Xiao 2015-09-24 22:49:14 +0800
  • ad2dae1732 print more readable sql statement clinyong 2015-09-15 10:52:47 +0800
  • 286763cd3a Merge branch 'master' of github.com:go-xorm/core Lunny Xiao 2015-09-09 09:25:08 +0800
  • 5d275bdbcd error message fixed Lunny Xiao 2015-09-09 09:24:26 +0800
  • 728b819b14 Merge branch 'master' of https://github.com/go-xorm/xorm “michael2008s” 2015-09-08 19:34:05 +0800
  • 4012ee5805 Merge pull request #295 from aviau/patch-1 v0.4.4 Lunny Xiao 2015-09-07 14:21:28 +0800
  • 495927eb9c copyright: added owner Alexandre Viau 2015-09-06 23:14:46 -0400
  • 3e10003353 Merge pull request #9 from aviau/patch-1 Lunny Xiao 2015-09-06 10:14:38 +0800
  • 02a443a685 include copyright name + email Alexandre Viau 2015-09-04 12:26:30 -0400
  • 8e56c9684c resolved #8 Lunny Xiao 2015-09-04 23:59:42 +0800
  • a3e2e73b65 PG connection URIs TossPig 2015-09-02 04:16:03 +0800
  • ce23797899 Merge branch 'master' of github.com:go-xorm/xorm Lunny Xiao 2015-08-31 17:10:45 +0800
  • ecad0c3ad6 typo error Lunny Xiao 2015-08-31 17:10:16 +0800
  • be4b6f2fae Merge pull request #290 from evalphobia/feature/select-for-update Lunny Xiao 2015-08-30 22:11:58 +0800
  • 515edd92c1 Merge pull request #7 from evalphobia/master Lunny Xiao 2015-08-30 22:11:46 +0800
  • 65f413ecf3 refactored genSelectSql evalphobia 2015-08-30 20:23:46 +0900
  • 693501fd60 Fixed FOR UPDATE for each dialects #290 evalphobia 2015-08-30 20:07:18 +0900
  • 1686396e05 Added feature for SELECT ... FOR UPDATE go-xorm/xorm #290 evalphobia 2015-08-30 20:02:25 +0900
  • 0a5845a61c bug fixed for innerInsert Lunny Xiao 2015-08-30 09:48:16 +0800
  • dd30b1fa61 oracle insert primary key set back support Lunny Xiao 2015-08-28 17:01:41 +0800
  • 1246ee6c93 create empty table support for postgres Lunny Xiao 2015-08-28 17:00:48 +0800
  • e89f74daa0 Added feature for SELECT ... FOR UPDATE evalphobia 2015-08-28 16:54:19 +0900
  • 14250788eb Merge c8bed659df into adadb47c60 sunsc 2015-08-28 02:14:28 +0000
  • adadb47c60 bug fixed for oracle insert Lunny Xiao 2015-08-26 14:28:59 +0800
  • 964ff43d18 added gitter chatroom Lunny Xiao 2015-08-26 09:39:56 +0800
  • bb7bc2eead Added Gitter badge The Gitter Badger 2015-08-25 23:15:57 +0000
  • 3344480060 Merge pull request #287 from tossp/table_schema Lunny Xiao 2015-08-26 06:58:36 +0800
  • b6ffc57f80 修改GetColumns函数 TossPig 2015-08-25 22:37:16 +0800
  • a01186e3cd bug fixed for #283 Lunny Xiao 2015-08-24 16:43:58 +0800
  • 97e7703766 bug fixed & comment trace line Lunny Xiao 2015-08-12 23:11:45 +0800
  • b3ec16b09c bug fixed #280 Lunny Xiao 2015-08-12 22:02:27 +0800
  • 29fd03b318 hack for ql support Lunny Xiao 2015-08-07 09:55:42 +0800
  • 4813c0110d added IsJson for SQLType Lunny Xiao 2015-08-06 15:24:21 +0800
  • 6cc6e18143 Merge branch 'master' of github.com:go-xorm/xorm Lunny Xiao 2015-08-06 14:25:02 +0800
  • f9e450f348 add AfterSet processor support & resolved #276 Lunny Xiao 2015-08-06 14:24:17 +0800
  • 7b8945acfe Merge pull request #273 from evalphobia/feature/last-sql Lunny Xiao 2015-07-28 21:38:31 +0800
  • ebd11048f3 Added feature for storing lastSQL query on session evalphobia 2015-07-28 13:03:20 +0900
  • b6a31aa9a3 bug fixed #260 Lunny Xiao 2015-07-28 10:03:32 +0800
  • f2d4f12fe1 Use NoAutoCondition to replace the name WhereOnly. “michael2008s” 2015-07-27 11:11:39 +0800
  • 93509e027b Merge branch 'master' of https://github.com/go-xorm/xorm “michael2008s” 2015-07-27 10:33:58 +0800
  • a4765bce78 Merge pull request #270 from winxxp/master Lunny Xiao 2015-07-27 09:44:30 +0800
  • 88a0888d6d 修正支持sql.NullString...时AllCols()时没有更新空字段。 haolei 2015-07-26 00:01:06 +0800
  • 3189b41ec3 修正支持sql.NullString字段时,使用Iterater方法时崩溃 haolei 2015-07-20 14:13:13 +0800
  • 916367d81e 增加支持sql.NullString...Iterate方法。 haolei 2015-07-20 11:23:29 +0800
  • d716685a9e add support sql.NullString sql.NullInt64 ... unknown 2015-07-20 09:25:07 +0800
  • ffa0712280 resolved for go-gitea/gitea#105 Lunny Xiao 2015-07-08 16:53:35 +0800
  • 18dae08134 合并远程代码 “michael2008s” 2015-06-30 18:23:19 +0800
  • c8bed659df adjust session init sunsc 2015-06-30 18:13:00 +0800
  • 026c2f53f5 add SetLockRead sunsc 2015-06-30 17:57:36 +0800
  • f549b458b8 增加悲观锁选项 sunsc 2015-06-30 16:45:12 +0800
  • e6d380aaec 修改继承无法映射问题 hzmnet 2015-06-29 22:45:14 +0800
  • 36b2721255 change hzmnet 2015-06-29 00:40:20 +0800
  • 4cc9187876 Cols("*") error hzmnet 2015-06-29 00:20:31 +0800
  • 2ee7de9fa5 bug fixed for sync2 Lunny Xiao 2015-06-27 12:36:38 +0800
  • 76eef59c8f Merge branch 'master' of github.com:go-xorm/xorm Lunny Xiao 2015-06-26 21:21:28 +0800
  • 6b8d0973c7 bug fixed for #261 Lunny Xiao 2015-06-26 21:21:12 +0800
  • bacc62db6e bug fixed for go-xorm/xorm#261 Lunny Xiao 2015-06-26 21:20:29 +0800
  • f2ff39264f add INHERITS hzmnet 2015-06-25 03:23:36 +0800
  • 632a86f56a Get数据时增加了强制性排他锁 sunvim 2015-06-18 17:41:41 +0800
  • 72ee356344 Merge pull request #257 from evalphobia/feature/nullable-float-bool Lunny Xiao 2015-06-12 14:36:58 +0800
  • f7a19aef97 Support float and bool for nullable update evalphobia 2015-06-12 14:03:11 +0900
  • 04c8a594a6 Merge pull request #256 from evalphobia/feature/add-nullable-update Lunny Xiao 2015-06-11 22:54:35 +0800
  • 1ebd50ead5 Added feature to update with null for non pointer value evalphobia 2015-06-10 23:04:14 +0900
  • f7fa54b444 Merge branch 'master' of https://github.com/go-xorm/xorm “michael2008s” 2015-06-04 19:13:50 +0800
  • a4f9a9f877 bug fixed for #251 Lunny Xiao 2015-06-02 23:05:42 +0800
  • 88cba93cd2 add qreader case Lunny Xiao 2015-05-26 16:27:18 +0800
  • 8506d65874 bug fixed for custom time Lunny Xiao 2015-05-26 14:06:54 +0800
  • ff6f3b7a8d bug fixed for auto condition on join Lunny Xiao 2015-05-25 17:49:28 +0800
  • 439cc27466 added Select method for special select column express Lunny Xiao 2015-05-24 21:32:27 +0800
  • fb995894f0 bug fixed Lunny Xiao 2015-05-20 10:27:01 +0800
  • f9c968d98a dialect interface changed Lunny Xiao 2015-05-19 22:39:50 +0800
  • 7623fc1c67 dialect interface changed Lunny Xiao 2015-05-19 22:38:07 +0800
  • 7854526c2b Merge 26045610e1 into a7e7288163 Hily Jiang 2015-05-19 01:48:31 +0000