Commit Graph

  • d0567a63b4 补遗 商讯在线 2014-02-11 21:42:14 +0800
  • 2c79b61741 add map & struct methods for core.Stmt Lunny Xiao 2014-02-11 15:07:21 +0800
  • b66e7aa067 use core.DB instead of sql.DB Lunny Xiao 2014-02-11 14:59:04 +0800
  • 245d1fafb5 move types to core subdir Lunny Xiao 2014-02-11 14:16:14 +0800
  • a76d74804f a little performance improved Lunny Xiao 2014-02-10 15:36:25 +0800
  • da96e0cc86 a little perfomance improved Lunny Xiao 2014-02-10 13:56:29 +0800
  • 781062130a add cachemapper Lunny Xiao 2014-02-10 11:26:08 +0800
  • c31c21b051 add querymap & querystruct for tx Lunny Xiao 2014-02-10 10:03:13 +0800
  • e91ca94921 Merge pull request #55 from admpub/patch-1 lunny 2014-02-08 11:55:12 +0800
  • e462de93e9 add Row, Stmt etc. for db.go Lunny Xiao 2014-02-08 11:44:56 +0800
  • fc0372f6bc Merge pull request #2 from admpub/master S.W.H 2014-01-29 21:27:19 -0800
  • efb1a009ee Merge 46fe2ce87e into 42e5fb880f S.W.H 2014-01-29 21:20:34 -0800
  • 46fe2ce87e 一、xorm反转工具bug修复: 1、xorm反转工具增加表前缀支持; 2、修正decimal(5, 2)类型中括号内出现空格导致解析出错的bug; 3、修正xorm解析工具在windows环境下,指定生成路径时model名获取不正确的bug 二、xorm对于数据字段类型为文本类型默认值为空白字符的情况下,生成的struct中default信息丢失的bug,已修正。 商讯在线 2014-01-30 13:10:15 +0800
  • 2c76a894c7 Merge pull request #1 from admpub/patch-2 S.W.H 2014-01-27 05:34:18 -0800
  • cb1ea96f6f Merge d4f8196920 into 42e5fb880f S.W.H 2014-01-27 05:28:40 -0800
  • d4f8196920 fixbug: parse DECIMAL(10, 2) failure. S.W.H 2014-01-27 21:28:13 +0800
  • 9e267ad5c3 fixbug: parse DECIMAL(10, 2) failure. S.W.H 2014-01-27 21:25:49 +0800
  • e28f65b0ce improved benchmark test for db.go Lunny Xiao 2014-01-27 21:01:52 +0800
  • f1a4636699 performance improved for db.ScanStruct2 Lunny Xiao 2014-01-26 00:05:37 +0800
  • 8c5763bb3a add struct, slice, map scan for db Lunny Xiao 2014-01-25 22:29:40 +0800
  • 2f86968e94 doc & version Lunny Xiao 2014-01-25 10:50:42 +0800
  • 56700ee336 bug fixed Lunny Xiao 2014-01-25 10:31:07 +0800
  • e77fca31ae move tests to tests subdir & refactoring Lunny Xiao 2014-01-25 10:07:11 +0800
  • 42e5fb880f comment debug info Lunny Xiao 2014-01-24 09:07:10 +0800
  • 21c08ea09c move test files to tests/ subdir Lunny Xiao 2014-01-23 11:09:48 +0800
  • d71a6af18a autoincr(start) support Lunny Xiao 2014-01-23 10:19:18 +0800
  • 2699e20b7b add case gocms Lunny Xiao 2014-01-21 23:23:53 +0800
  • d67b6e7f80 merge Lunny Xiao 2014-01-21 22:27:28 +0800
  • 19b0a57dcd add lowertest Lunny Xiao 2014-01-21 22:22:06 +0800
  • 346681289d bug fixed #51 Lunny Xiao 2014-01-16 23:03:56 +0800
  • 84ebac71f3 improved tests Lunny Xiao 2014-01-16 11:26:24 +0800
  • 6147651a6e bug fixed Lunny Xiao 2014-01-15 10:39:16 +0800
  • 004974d44d improved docs Lunny Xiao 2014-01-15 10:34:41 +0800
  • adb8edb323 improved docs Lunny Xiao 2014-01-15 10:31:14 +0800
  • e456f59600 improved docs Lunny Xiao 2014-01-15 10:29:56 +0800
  • 578c8e7920 merge Lunny Xiao 2014-01-14 23:10:18 +0800
  • 1a2daab553 Merge pull request #50 from nashtsai/dev lunny 2014-01-14 06:53:35 -0800
  • 60db598114 caching session bounded sql.Stmt to increase performance Nash Tsai 2014-01-14 18:53:00 +0800
  • 52eef13832 add create mysql xorm_test3 db stmt to ddl Nash Tsai 2014-01-14 18:22:21 +0800
  • 68e64d101e improved test Lunny Xiao 2014-01-14 16:57:05 +0800
  • 004b30f2fb samemapper support Lunny Xiao 2014-01-09 17:55:33 +0800
  • cf73ec9f2d Merge remote-tracking branch 'upstream/dev' into dev Nash Tsai 2014-01-09 15:41:55 +0800
  • 65edc742b4 merge dialect Lunny Xiao 2014-01-09 14:44:41 +0800
  • b7c8a79a1a merge master Lunny Xiao 2014-01-09 13:24:51 +0800
  • 78fb484ce0 bug fixed Lunny Xiao 2014-01-08 22:47:30 +0800
  • 8648f9458e Merge pull request #48 from nashtsai/master lunny 2014-01-08 05:34:43 -0800
  • 9771433266 remove commented codes Nash Tsai 2014-01-08 18:42:47 +0800
  • 07b2d15a26 code tidy up, minor performance improvement Nash Tsai 2014-01-08 18:37:22 +0800
  • dd9c707f50 bug fixed #46 Lunny Xiao 2014-01-08 18:18:42 +0800
  • d24af9d4c4 Merge 4df43ffa0f into 211a859021 lunny 2014-01-08 01:51:25 -0800
  • 4df43ffa0f new architecture Lunny Xiao 2014-01-07 17:33:27 +0800
  • 211a859021 dos2unix format Lunny Xiao 2014-01-07 17:21:02 +0800
  • fbb52b27eb dos2unix format Lunny Xiao 2014-01-07 17:19:33 +0800
  • 4140935b17 Merge remote-tracking branch 'upstream/master' into dev Nash Tsai 2014-01-06 18:22:42 +0800
  • a70053a60d add version tag Lunny Xiao 2014-01-02 17:59:34 +0800
  • 4fff60efbd v0.3.1 v0.3.1 Lunny Xiao 2014-01-02 17:48:57 +0800
  • 3883d0b752 Merge branch 'dev' Lunny Xiao 2014-01-02 16:49:58 +0800
  • 570441353f Merge remote-tracking branch 'upstream/dev' into dev Nash Tsai 2014-01-02 15:02:38 +0800
  • befdbb9dba Merge pull request #43 from nashtsai/conversion-optimize lunny 2014-01-01 20:58:40 -0800
  • 4a507f758c removed debuglog Nash Tsai 2014-01-02 12:53:16 +0800
  • e95b3bc807 fixed time struct conversion error Nash Tsai 2014-01-02 12:49:02 +0800
  • bf3f8ffc2f tidy up naming Nash Tsai 2014-01-02 12:48:49 +0800
  • 2498a032f0 uncomment row2bean cascade handling Nash Tsai 2014-01-02 12:19:30 +0800
  • cd2d541ed7 improved docs Lunny Xiao 2013-12-31 14:33:02 +0800
  • 1e9db268f5 Merge branch 'master' of github.com:lunny/xorm Lunny Xiao 2013-12-31 14:32:36 +0800
  • ced50875cf improved docs Lunny Xiao 2013-12-31 13:51:55 +0800
  • a13cde97f8 Merge branch 'master' of github.com:lunny/xorm Lunny Xiao 2013-12-31 13:02:45 +0800
  • 44a82b03be docs improved Lunny Xiao 2013-12-31 13:02:35 +0800
  • 0d15b3549c Merge branch 'master' into dev Lunny Xiao 2013-12-31 12:25:50 +0800
  • 2c1722ff1d resolved #36 Lunny Xiao 2013-12-31 12:22:36 +0800
  • 9f796328b3 merge Lunny Xiao 2013-12-31 11:44:11 +0800
  • 9918c56e68 Merge 2f0a5c1809 into d38aa33645 violetgo 2013-12-30 18:21:07 -0800
  • d38aa33645 add Contributing.md Lunny Xiao 2013-12-31 10:03:30 +0800
  • e7379dc7d9 fixed cache usage error when using session.Find() Nash Tsai 2013-12-30 17:40:59 +0800
  • 5fa8a7271d fixed session.queryPreprocess usage Nash Tsai 2013-12-30 02:32:26 +0800
  • 8f0aba838f use session.queryPreprocess implementations instead of calling session.queryPreprocess to void sql error Nash Tsai 2013-12-29 17:37:43 +0800
  • 814036e258 1. correct use of 'sql' string clash with sql pacakage. 2. checked type conversion. Nash Tsai 2013-12-28 02:42:50 +0800
  • 7d02fc2e35 Merge pull request #39 from nashtsai/master lunny 2013-12-26 16:51:44 -0800
  • 7bbabe72f0 add Session.row2Bean Nash Tsai 2013-12-27 02:14:30 +0800
  • 5d1ea229a4 Merge branch 'master' into scrolling-rs Nash Tsai 2013-12-26 21:11:10 +0800
  • 0dd3951636 make Import() call Db.Exec() directly Nash Tsai 2013-12-26 18:31:04 +0800
  • d1a0338322 add benchmark tests for mssql Lunny Xiao 2013-12-26 18:23:40 +0800
  • 3f2328d918 tests bug fixed Lunny Xiao 2013-12-26 16:37:56 +0800
  • 17d74617ea Merge pull request #37 from nashtsai/scrolling-rs lunny 2013-12-25 23:12:08 -0800
  • a3f1d98775 code tidy up Nash Tsai 2013-12-26 15:11:15 +0800
  • 6269596915 update API comments Nash Tsai 2013-12-26 14:53:20 +0800
  • 6bc64c8fe6 change Iterator struct naming to 'Rows' and making compatible interface to sql.Rows Nash Tsai 2013-12-26 14:50:44 +0800
  • e59b76cb6c add TODO comments Nash Tsai 2013-12-25 23:50:37 +0800
  • 6aa911aae0 comment Iterator public methods Nash Tsai 2013-12-25 23:35:34 +0800
  • 99ebe8f165 add testScroll test Nash Tsai 2013-12-25 23:27:54 +0800
  • 37e5d38408 docs improved Lunny Xiao 2013-12-25 18:11:28 +0800
  • 901d7b6670 bug fixed Lunny Xiao 2013-12-25 17:41:01 +0800
  • 2f0a5c1809 analysis mysql conn string for get charset. set charset when use Sync method unknown 2013-12-25 16:08:51 +0800
  • 275205e6f1 implemented forward scrolling resultset and updated Session.Iterator() implementation Nash Tsai 2013-12-25 15:39:56 +0800
  • 216247be1b fixed wrong logic in tests Nash Tsai 2013-12-25 12:55:00 +0800
  • aea4095558 tidy up null value tests and avoid mymysql and postgres drive time handling Nash Tsai 2013-12-25 12:19:00 +0800
  • d5a4324585 add support to int32, int, uint, uint32, uint64 for pk Lunny Xiao 2013-12-24 18:18:48 +0800
  • bafda62d49 merge Lunny Xiao 2013-12-24 14:08:49 +0800
  • 6b4eca8204 Merge remote-tracking branch 'upstream/master' Nash Tsai 2013-12-24 11:52:22 +0800
  • d6de8fbb8b code tidy up Nash Tsai 2013-12-24 11:52:20 +0800