Commit Graph

  • e4f0c8a688 fixed time problem Lunny Xiao 2013-11-21 14:26:30 +0800
  • 15b4d2efa8 fixed delete bug #12 Lunny Xiao 2013-11-21 01:27:33 +0800
  • e5c421d6ff fixed delete bug #12 Lunny Xiao 2013-11-21 01:26:07 +0800
  • 7acf5c65b1 fixed cache bug Lunny Xiao 2013-11-21 01:24:22 +0800
  • de06e54874 Merge pull request #26 from jimmykuu/master lunny 2013-11-18 07:12:54 -0800
  • ab1c4d4f60 fix doc error jimmykuu 2013-11-18 23:07:18 +0800
  • d611b575ee fixed bool bug; added cache expired Lunny Xiao 2013-11-17 00:52:43 +0800
  • 8ac14432a1 add gowalker to cases Lunny Xiao 2013-11-15 11:04:48 +0800
  • 089ee96c19 bug fixed Lunny Xiao 2013-11-15 11:01:13 +0800
  • 74ec8ba9d2 Add UseBool method for MUST use bool on a struct as condition or update column Lunny Xiao 2013-11-15 10:16:08 +0800
  • 1a64d60e06 add Distinct method & fixed Find use with Table Lunny Xiao 2013-11-14 23:07:33 +0800
  • 2a6991886c Add And and Or method for query condition Lunny Xiao 2013-11-09 21:13:16 +0800
  • a1062be8d0 insert return bug fixed Lunny Xiao 2013-11-07 13:22:34 +0800
  • be50e0c659 improved docs Lunny Xiao 2013-11-06 15:54:42 +0800
  • 2c5f1c26bb doc improved Lunny Xiao 2013-11-06 15:43:30 +0800
  • e491f8f688 merged Lunny Xiao 2013-11-06 15:40:15 +0800
  • 31de5d612e add lib/pq support; bool on struct will not be as condition; v0.2.2 Lunny Xiao 2013-11-06 15:36:38 +0800
  • b7dce622b9 fixed bug insert Lunny Xiao 2013-11-03 22:17:00 +0800
  • 0c541edf3f improved QuickStart.md Lunny Xiao 2013-10-31 23:58:14 +0800
  • be22a978d8 improved sync indexes, now check columns;xorm tool bug fiexed Lunny Xiao 2013-10-28 11:16:22 +0800
  • bab16dc763 added type and sequence for xorm tool;added max connect for pool(go1.2+) Lunny Xiao 2013-10-27 09:10:20 +0800
  • 7a109f220f fixed docs Lunny Xiao 2013-10-21 22:23:45 +0800
  • d51382a56d bug fixed & doc improved Lunny Xiao 2013-10-20 10:43:49 +0800
  • 1514830996 fixed name error on readme Lunny Xiao 2013-10-18 20:41:30 +0800
  • 0a3e2b0847 docs added iterate Lunny Xiao 2013-10-17 13:28:42 +0800
  • c79a02eb7e docs added iterate Lunny Xiao 2013-10-17 13:15:29 +0800
  • fc17734817 added Iterate method; added Omit method Lunny Xiao 2013-10-17 12:50:46 +0800
  • b618c3870d add err info for reverse code formatting Lunny Xiao 2013-10-15 22:48:47 +0800
  • 78cdb912e0 Added database reverse tool, now support generate go & c++ codes, some bug fixed. v0.2.1 Lunny Xiao 2013-10-15 10:40:21 +0800
  • b6c2451bfa bug fixed for cacheFind Lunny Xiao 2013-10-14 21:39:36 +0800
  • 22b4302e05 added single file support Lunny Xiao 2013-10-14 18:00:01 +0800
  • 4dc297c2e3 improved xorm toll readme Lunny Xiao 2013-10-14 17:51:45 +0800
  • 1031aa7b45 added genJson for xorm tool Lunny Xiao 2013-10-14 17:46:04 +0800
  • 1d0ca7b116 bug fixed Lunny Xiao 2013-10-14 16:33:07 +0800
  • 3604f1a593 reverse tool improved Lunny Xiao 2013-10-14 15:40:24 +0800
  • e8ed91be2b merge from develop; added reverse tool Lunny Xiao 2013-10-14 00:38:45 +0800
  • 42b4dbba03 added xorm reverse tool Lunny Xiao 2013-10-13 23:57:57 +0800
  • 78c420c381 bug fixed Lunny Xiao 2013-10-13 00:19:05 +0800
  • 2caed88b82 added xorm reverse tool Lunny Xiao 2013-10-12 23:16:51 +0800
  • 465afbbb72 Merge dba65b9360 into 8392e2bbfb Bitdeli Chef 2013-10-09 02:10:27 -0700
  • dba65b9360 Add a Bitdeli badge to README Bitdeli Chef 2013-10-09 09:11:57 +0000
  • 8392e2bbfb improved docs Lunny Xiao 2013-10-09 15:08:52 +0800
  • 36c8d19ca1 added docs docs/AutoMap.md to describe how go type converted to database type Lunny Xiao 2013-10-08 11:33:32 +0800
  • 99c1cc6e91 added docs docs/AutoMap.md to describe how go type converted to database type Lunny Xiao 2013-10-08 11:30:56 +0800
  • 1c0a92d420 improved doc.go Lunny Xiao 2013-10-07 12:07:35 +0800
  • 1baec0ce1a improved doc.go Lunny Xiao 2013-10-07 11:15:24 +0800
  • 58f95d6f27 add gowalker badget Lunny Xiao 2013-10-07 08:56:16 +0800
  • c0d008e631 Added support for Find(*[]*Struct); added notnull; Lunny Xiao 2013-10-05 00:44:43 +0800
  • 4b2425d3d3 cache bug fixed v0.2 Lunny Xiao 2013-10-02 11:07:38 +0800
  • f1502178c2 cache bug fixed Lunny Xiao 2013-10-02 11:04:20 +0800
  • 8294b99ea6 Return error if Delete has no any condition Lunny Xiao 2013-09-30 22:22:54 +0800
  • 5113f5d35b improved docs Lunny Xiao 2013-09-30 15:08:34 +0800
  • 58dec3a47c improved docs Lunny Xiao 2013-09-30 14:48:17 +0800
  • 564f3b71fa improved docs Lunny Xiao 2013-09-30 14:45:34 +0800
  • 1b47321704 improved docs Lunny Xiao 2013-09-30 09:17:35 +0800
  • 381897720a bug fixed #15 Lunny Xiao 2013-09-30 08:50:56 +0800
  • 6309716c80 improved docs Lunny Xiao 2013-09-29 22:39:59 +0800
  • 2736227363 improved docs Lunny Xiao 2013-09-29 22:00:21 +0800
  • 62533df1ea improved docs Lunny Xiao 2013-09-29 17:51:49 +0800
  • 8c28dffe30 improved docs Lunny Xiao 2013-09-29 16:53:01 +0800
  • da3aed3670 docs improved Lunny Xiao 2013-09-29 16:48:33 +0800
  • 9e38ddfa99 v0.2 Added Cache supported; Added SameMapper for same name between struct and table; Added Sync method for auto added tables, columns, indexes; Lunny Xiao 2013-09-29 16:43:10 +0800
  • 82cd602b26 bug fixed Lunny Xiao 2013-09-29 09:02:01 +0800
  • 4e4e4852c6 bug fixed Lunny Xiao 2013-09-29 08:56:02 +0800
  • 7ebd533407 add Sync() method for sync column, index to table Lunny Xiao 2013-09-28 23:14:42 +0800
  • 4cdec08cc9 doc improved Lunny Xiao 2013-09-27 10:30:34 +0800
  • 7444be795b improved test Lunny Xiao 2013-09-26 15:33:15 +0800
  • 9958240be0 Merge Lunny Xiao 2013-09-26 15:20:58 +0800
  • 48fa4c6fbc many bugs fixed Lunny Xiao 2013-09-26 15:19:39 +0800
  • f148dee404 cache bug fixed Lunny Xiao 2013-09-25 10:20:07 +0800
  • 9d676ebddd cache bug fixed Lunny Xiao 2013-09-25 01:31:25 +0800
  • 22ddfa9f77 bug fixed Lunny Xiao 2013-09-24 10:07:47 +0800
  • daaa90e14e bug fixed Lunny Xiao 2013-09-23 23:59:42 +0800
  • d7a8b90d0c bug fixed Lunny Xiao 2013-09-23 22:39:08 +0800
  • 1ce77128c1 bug fixed Lunny Xiao 2013-09-23 22:31:51 +0800
  • aa6feeb328 bug fixed Lunny Xiao 2013-09-23 10:20:45 +0800
  • 29a72f9adb bug fixed Lunny Xiao 2013-09-23 09:22:30 +0800
  • affc64cde3 remove debug info Lunny Xiao 2013-09-22 17:53:12 +0800
  • 894e97e195 fixed NoCache method Lunny Xiao 2013-09-22 17:32:23 +0800
  • 768b5bacdb cache system improved Lunny Xiao 2013-09-21 00:06:41 +0800
  • 365812143b method Update(...) 's first params now support map and map's ptr Lunny Xiao 2013-09-20 00:07:39 +0800
  • 29fe0b6f80 added NoAutoTime method; added unfinished cache system, defaultly it's disabled. Lunny Xiao 2013-09-17 17:36:34 +0800
  • 2be17de9b8 improved QuickStart.md Lunny Xiao 2013-09-11 17:30:00 +0800
  • 5fbc6789af improved QuickStart.md Lunny Xiao 2013-09-11 17:28:27 +0800
  • ca4007d35c improved QuickStart.md Lunny Xiao 2013-09-11 17:24:57 +0800
  • 3a30031ac4 improved QuickStart.md Lunny Xiao 2013-09-11 17:19:10 +0800
  • d8b898f373 improved QuickStart.md Lunny Xiao 2013-09-11 17:11:40 +0800
  • 1c6114a820 improved QuickStart.md Lunny Xiao 2013-09-11 17:04:26 +0800
  • bc34495ceb improved QuickStart.md Lunny Xiao 2013-09-11 17:03:34 +0800
  • 6a931085ae improved QuickStart.md Lunny Xiao 2013-09-11 17:03:01 +0800
  • ad236be162 improved QuickStart.md Lunny Xiao 2013-09-11 17:00:36 +0800
  • d79a96c2fa improved doc Lunny Xiao 2013-09-11 16:30:17 +0800
  • c701db0913 little improved & QuickStart.md Lunny Xiao 2013-09-11 16:23:10 +0800
  • 4691a4f3ba fixed bug #8 & #9 Lunny Xiao 2013-09-06 14:32:20 +0800
  • 3a868531e9 add support for slice, array, map, custom types fields of struct & fixed #4 Lunny Xiao 2013-09-05 23:20:52 +0800
  • 695b89c35f resolved #6: add created & updated Lunny Xiao 2013-09-02 22:50:40 +0800
  • 5d523cc3b2 add Desc & Asc test Lunny Xiao 2013-09-02 10:20:29 +0800
  • 4ea5fd2791 improved Asc & Desc Lunny Xiao 2013-09-02 10:06:32 +0800
  • 1d1c7c9add add Asc and Desc methods Lunny Xiao 2013-09-02 09:54:37 +0800
  • 6ecfc78d8d fix bug #7 Lunny Xiao 2013-09-01 11:01:10 +0800