Commit Graph

  • d90967009a fixed maxconns bug Lunny Xiao 2013-09-01 10:37:46 +0800
  • f0e87becd2 added maxconnect limit support Lunny Xiao 2013-08-29 17:26:33 +0800
  • f817b30f28 Update() add map[string]interface{} as update columns Lunny Xiao 2013-08-29 13:18:02 +0800
  • d2507a900f Merge branch 'master' of github.com:lunny/xorm Lunny Xiao 2013-08-29 10:25:27 +0800
  • b742ca6f3b bugs fixed Lunny Xiao 2013-08-29 10:18:33 +0800
  • 129fb27830 Update README.md lunny 2013-08-16 12:23:36 +0800
  • 8e698d9b9d fixed readme bugs lunny 2013-08-16 12:22:34 +0800
  • 675f6f5f83 fixed bug #5 & fixed partly bug #4 Lunny Xiao 2013-08-15 13:46:52 +0800
  • e3c460d5bf more tests & bug fixed Lunny Xiao 2013-08-09 00:03:33 +0800
  • b0b3c16372 v0.1.9 added postgres,mymysql supported;add Cols, StoreEngine, Charset;add many column types Lunny Xiao 2013-08-08 13:24:38 +0800
  • a7f6aa92d3 bug fix Lunny Xiao 2013-07-27 21:59:11 +0800
  • dd06d9a4cf bug fix Lunny Xiao 2013-07-27 21:47:22 +0800
  • 5adfc8e923 v0.1.8 union index and union unique supported Lunny Xiao 2013-07-27 12:24:38 +0800
  • 2113d5fd4c fix bug Lunny Xiao 2013-07-19 09:06:17 +0800
  • 65608363e3 fixed some bugs Lunny Xiao 2013-07-18 01:26:14 +0800
  • 433af9ae44 fix unique bug Lunny Xiao 2013-07-17 00:47:26 +0800
  • 08a2f7b92d Merge branch 'master' of github.com:lunny/xorm Lunny Xiao 2013-07-15 23:46:37 +0800
  • 185542a588 fix test password of mysql Lunny Xiao 2013-07-15 23:45:04 +0800
  • 6a9bcff7b7 Merge pull request #3 from airylinus/master lunny 2013-07-11 20:05:26 -0700
  • 8cb1e5dbba Merge 8d40544133 into 1be80583b0 airylinus 2013-07-11 19:36:15 -0700
  • 8d40544133 fix typo in doc 作芒 2013-07-12 10:14:44 +0800
  • 1be80583b0 Merge pull request #2 from airylinus/master lunny 2013-07-11 19:10:52 -0700
  • 6abe280da5 Merge c18e4e8d17 into a9eb28a00e airylinus 2013-07-11 19:04:44 -0700
  • c18e4e8d17 修正代码示例中的错误 作芒 2013-07-12 10:01:36 +0800
  • a9eb28a00e fix insert err bug Lunny Xiao 2013-07-07 16:31:58 +0800
  • c91eeed3ed update README.md Lunny Xiao 2013-07-03 12:46:56 +0800
  • a0957a46fe fix test passwd Lunny Xiao 2013-07-03 11:55:47 +0800
  • 89da5db77f fix test passwd Lunny Xiao 2013-07-03 11:54:27 +0800
  • fd36a7a539 v0.1.7 Added IConnectPool interface and NoneConnectPool, SysConnectPool, SimpleConnectPool the three implements. You can choose one of them and the default is SysConnectPool. You can customrize your own connection pool. struct Engine added Close method, It should be invoked before system exit. Lunny Xiao 2013-07-03 11:49:29 +0800
  • a409154166 fix bug Lunny Xiao 2013-06-26 01:13:09 +0800
  • 69863e2964 v0.1.6 : Added conversion interface support; added struct derive support; added single mapping support Lunny Xiao 2013-06-26 01:05:46 +0800
  • 2110aa631e add conversion interface; add struct derive support; add single mapping support Lunny Xiao 2013-06-26 01:02:22 +0800
  • 5e90d61fa8 mapping now supported single mapping and struct derive Lunny Xiao 2013-06-24 12:08:58 +0800
  • d82b879453 update README Lunny Xiao 2013-06-22 09:05:19 +0800
  • 2380da0322 update README Lunny Xiao 2013-06-22 09:02:01 +0800
  • cb70eff84a fix test config Lunny Xiao 2013-06-21 12:40:24 +0800
  • 35a48bd776 fix test config Lunny Xiao 2013-06-21 12:39:01 +0800
  • 899887b243 fix bug Lunny Xiao 2013-06-21 12:34:26 +0800
  • 67d07d9d3e fix bug Lunny Xiao 2013-06-21 12:33:54 +0800
  • 11843b395f fix a little bug Lunny Xiao 2013-06-19 10:07:28 +0800
  • 9935922176 bug fixed Lunny Xiao 2013-06-16 15:10:35 +0800
  • 26ce60b972 v0.1.5 Added multi threads support; added Sql() function for struct query; Get function changed return inteface; MakeSession and Create are instead with NewSession and NewEngin. Lunny Xiao 2013-06-16 11:34:13 +0800
  • fb6f84bc90 go routine support;raw sql support Lunny Xiao 2013-06-16 11:05:16 +0800
  • e68c855ee3 some bug fixed and some function deprecated Lunny Xiao 2013-06-12 21:51:39 +0800
  • 0d7fdfb5bf add build status badget Lunny Xiao 2013-06-08 12:47:28 +0800
  • b13c4bbe41 improved tests Lunny Xiao 2013-06-08 12:43:33 +0800
  • 4edb3c96db improved tests Lunny Xiao 2013-06-08 12:41:51 +0800
  • bd195b23f7 fix mysql reference Lunny Xiao 2013-06-05 09:17:05 +0800
  • 527b5b3f7a v0.1.4 Added simple cascade load support; added more data type supports. Lunny Xiao 2013-06-04 16:56:59 +0800
  • 75fe787648 fixed engine's statement not clear after create table Lunny Xiao 2013-05-19 14:26:55 +0800
  • 2ba2241584 v0.1.3 Find function now supports both slice and map; Add Table function for multi tables and temperory tables support Lunny Xiao 2013-05-19 14:11:47 +0800
  • c181aefc4f Find function add map support Lunny Xiao 2013-05-19 14:02:25 +0800
  • 8bf4d68249 add Table function Lunny Xiao 2013-05-19 13:25:52 +0800
  • deacd6d4d6 improved readme Lunny Xiao 2013-05-16 15:03:08 +0800
  • 7025815e94 improved readme Lunny Xiao 2013-05-16 14:58:36 +0800
  • f1ec5063b2 improved readme Lunny Xiao 2013-05-16 14:16:39 +0800
  • 8a08aadd0f imporved readme Lunny Xiao 2013-05-16 14:12:27 +0800
  • d3c4644b17 add auto map Lunny Xiao 2013-05-13 19:56:38 +0800
  • 0517c1ddcf fixed field mapping length bug Lunny Xiao 2013-05-13 13:24:45 +0800
  • a2ebf21969 v0.1.2 Insert function now supports both struct and slice pointer parameters, batch inserting and auto transaction Lunny Xiao 2013-05-12 21:37:10 +0800
  • 8c81e70188 improved readme Lunny Xiao 2013-05-12 14:25:36 +0800
  • aa93d08a8f improved readme Lunny Xiao 2013-05-12 14:19:38 +0800
  • db3ab86e8c improved readme Lunny Xiao 2013-05-12 14:04:14 +0800
  • 3d65e0edb7 imporved readme Lunny Xiao 2013-05-12 13:43:09 +0800
  • 08f3a5f69b imporved README Lunny Xiao 2013-05-11 21:27:36 +0800
  • 3c887fdf62 imporved README Lunny Xiao 2013-05-11 18:38:43 +0800
  • 22259898f3 add In() function Lunny Xiao 2013-05-11 16:27:17 +0800
  • eaa2bcaa57 add documents' link for readme Lunny Xiao 2013-05-11 15:45:24 +0800
  • 431ac7b5d2 add features on README Lunny Xiao 2013-05-09 10:48:30 +0800
  • 545df1a7a7 a little fix of README Lunny Xiao 2013-05-09 10:37:42 +0800
  • e7a3f8434b fixed sql.OpenDB to sql.Open Lunny Xiao 2013-05-09 10:18:52 +0800
  • 09848afbcf use default connection params Lunny Xiao 2013-05-09 09:56:58 +0800
  • 4ebee70f92 use relfect.Type as key of tables map Lunny Xiao 2013-05-08 22:50:19 +0800
  • 5870dbaab0 add sql execution support Lunny Xiao 2013-05-08 21:42:22 +0800
  • 74e0e3b175 fix mysql test and sqlite test Lunny Xiao 2013-05-06 16:01:17 +0800
  • 95927253d4 a little change of reademe Lunny Xiao 2013-05-03 15:41:50 +0800
  • 202c8a68a4 新增中文说明文件 Lunny Xiao 2013-05-03 15:32:52 +0800
  • 4969e8bf94 init project Lunny Xiao 2013-05-03 15:26:51 +0800