Commit Graph

  • 832e53596f
    add test for find Lunny Xiao 2018-02-07 17:16:41 +0800
  • cd46810bf9
    Fix migrate migrationDidRun bug on postgres (#818) Lunny Xiao 2018-01-29 19:49:01 -0600
  • 4045b69568
    Merge branch 'master' into lunny/fix_migrate_bug Lunny Xiao 2018-01-29 19:27:40 -0600
  • d4149d1eee
    fix Exist bug when using on MSSQL resolved #831 (#832) Lunny Xiao 2018-01-22 07:32:35 -0600
  • 93c861dfc9
    fix Exist bug when using on MSSQL resolved #831 Lunny Xiao 2018-01-22 19:49:54 +0800
  • caab56ac7e docs(README): fix limit sql (#830) Loli 2018-01-22 19:33:52 +0800
  • ad7451760a docs(README): fix limit sql Loli 2018-01-22 18:39:17 +0800
  • afd1ab91e7
    Query add builder support (#829) Lunny Xiao 2018-01-18 10:09:37 -0600
  • 1842a4af11
    Query add builder support Lunny Xiao 2018-01-18 21:11:43 +0800
  • 9477d3719c Add Mssql pagination feature with cte cantasci 2018-01-11 17:03:20 +0300
  • a3a230f2ab
    fix missing error handle Lunny Xiao 2018-01-10 14:22:07 +0800
  • abd3221470
    fix migrate migrationDidRun bug on postgres Lunny Xiao 2017-12-31 14:04:28 +0800
  • 5185fdfa1b
    add default postgres schema so that it can be changed (#824) Lunny Xiao 2018-01-09 03:08:26 -0600
  • 1eb2b499e6
    add default postgres schema so that it can be changed Lunny Xiao 2018-01-09 16:37:57 +0800
  • 5275c0de3f
    add tests for insert custom struct types (#816) Lunny Xiao 2017-12-27 21:35:52 -0600
  • 51097ef1ce
    add tests for insert custom struct types Lunny Xiao 2017-12-28 11:18:23 +0800
  • cb1d0ca71f
    Merge branch 'master' of github.com:go-xorm/core Lunny Xiao 2017-12-21 09:38:49 +0800
  • cfbdcb6ce7
    small refactor Lunny Xiao 2017-12-21 09:38:32 +0800
  • 3480244cd2
    add test for unique Lunny Xiao 2017-12-20 16:08:10 +0800
  • 2bfe0b4d5e
    fix Get sql.Nullxx (#805) Lunny Xiao 2017-12-13 23:04:41 +0800
  • 814b956858
    fix Get sql.Nullxx Lunny Xiao 2017-12-13 22:07:27 +0800
  • 26d40bc248
    add test for Sync2 Lunny Xiao 2017-12-11 13:49:42 +0800
  • 0f21405182 Add NewEngine2 method can call SetArguments for dialect. The dialect_mysql support ROW_FORMAT in createtable. (https://github.com/go-xorm/xorm/issues/793) weirongbao 2017-12-08 11:33:18 +0800
  • e0c5a951ff
    add tests for SQL with Get variable (#796) Lunny Xiao 2017-12-07 11:47:45 +0800
  • f4b3816606
    add tests for SQL with Get variable Lunny Xiao 2017-12-07 11:30:40 +0800
  • 589eefd4f4 gofmt (#35) 何晨 2017-12-06 21:58:25 +0800
  • 1933dd69e2
    update READMEs v0.6.4 Lunny Xiao 2017-12-04 22:05:36 +0800
  • 4a4bac517d
    update README Lunny Xiao 2017-12-04 21:54:38 +0800
  • d75e4924db
    remove some unnecessary debug log and some refactor (#791) Lunny Xiao 2017-12-04 11:00:39 +0800
  • a79b2c9270
    remove some unnecessary debug log and some refactor Lunny Xiao 2017-12-04 10:27:04 +0800
  • b6ba097a50
    improve error string & fix #789 (#790) Lunny Xiao 2017-12-02 14:39:56 +0800
  • ba8f4aea07
    improve error string & fix #789 Lunny Xiao 2017-12-02 14:01:58 +0800
  • 16930c1be7
    update READMEs Lunny Xiao 2017-12-02 10:47:03 +0800
  • 3bb2fa9c85
    add lost Prepare Lunny Xiao 2017-11-29 10:03:54 +0800
  • 7ba98d23bc fix Scan NullTime type failed at sqlite3 (#33) micanzhang 2017-11-23 20:03:32 +0800
  • a6cc098689
    QueryString and QueryInterface supports composite conditions (#784) Lunny Xiao 2017-11-20 16:14:27 +0800
  • 4f07eea6cf
    QueryString and QueryInterface supports composite conditions Lunny Xiao 2017-11-20 15:57:33 +0800
  • 936cca7c69 mysql add column comment (#783) mzmuer 2017-11-20 15:20:28 +0800
  • 951e0ac2eb
    Merge branch 'master' into master Lunny Xiao 2017-11-20 14:49:29 +0800
  • 234b2a6a4c mysql add column comment lilin 2017-11-20 10:19:18 +0800
  • 84fd68deb7 Postgres dialect parse password with spaces (#775) (#779) Daniel Lee 2017-11-17 16:41:52 +0100
  • f773a25a17
    Merge branch 'master' into postgres_panic_775 Lunny Xiao 2017-11-17 23:24:13 +0800
  • dca391282c Postgres dialect parse password with spaces (#775) Daniel Lee 2017-11-17 09:42:39 +0100
  • 4e88774eee
    update contributing (#780) Lunny Xiao 2017-11-17 21:17:20 +0800
  • 451bb86347
    update contributing Lunny Xiao 2017-11-17 17:57:16 +0800
  • de4b2f9c8e
    Query now could work with Where, In, SQL and other condition methods (#776) Lunny Xiao 2017-11-15 11:34:59 +0800
  • 6f142ad620
    Query now could work with Where, In, SQL and other condition methods Lunny Xiao 2017-11-15 11:10:56 +0800
  • 7cd4078f0b fix: oracle default key in xorm tag error (#30) zy 2017-11-06 14:23:03 +0800
  • a620571388 Add a missing dot (#767) ming 2017-11-01 09:41:20 +0900
  • 547ed3c9f9 Add a missing dot mingrammer 2017-10-31 21:30:32 +0900
  • 23049ffafa
    add PingContext support for go1.8+ (#766) Lunny Xiao 2017-10-31 17:30:01 +0800
  • 9ec1968f27
    add PingContext support for go1.8+ Lunny Xiao 2017-10-31 17:12:10 +0800
  • b8373f09d7
    improve Load find Lunny Xiao 2017-10-31 16:51:22 +0800
  • 865979f716
    add support for map[string]interface{} as condition on Update and Where (#764) Lunny Xiao 2017-10-30 11:07:56 +0800
  • 844389065d
    add support for map[string]interface{} as condition on Update and Where Lunny Xiao 2017-10-30 10:52:01 +0800
  • 2b06f05d40
    fix extends tag Lunny Xiao 2017-10-25 23:54:10 +0800
  • 1d5bc623f3
    improve some functions Lunny Xiao 2017-09-12 21:43:43 +0800
  • 23c6999de8
    merge EagerGet and EagerFind to Load Lunny Xiao 2017-09-11 15:43:39 +0800
  • 3538ce1752
    improve belongs_to Lunny Xiao 2017-07-03 17:10:32 +0800
  • 567b13889b
    rename EagerLoad -> EagerGet Lunny Xiao 2017-05-29 08:30:20 +0800
  • 0abbd9fb91
    improved get cascade bean Lunny Xiao 2017-04-04 17:05:49 +0800
  • 590bb1015b
    add FindPtr for belongs_to Lunny Xiao 2017-04-04 12:39:48 +0800
  • c68711d9a5
    improved test for find Lunny Xiao 2017-04-04 12:34:56 +0800
  • 8490767f1e
    set column value to belongs_to bean when cascade is disabled Lunny Xiao 2017-04-04 12:19:37 +0800
  • 8a3fa4464d
    add cascade find test and vendor folder Lunny Xiao 2017-03-26 09:47:35 +0800
  • 557d5a4101
    implement simple belongs_to tag Lunny Xiao 2017-03-14 22:25:10 +0800
  • 43222cbcaf add tests for json field string (#756) Lunny Xiao 2017-10-24 19:29:08 +0800
  • fe03aaa7ad Merge branch 'master' into lunny/test_json_string Lunny Xiao 2017-10-24 17:51:35 +0800
  • fdbf36d7ea add string support (#730) 无间落叶 2017-10-24 04:51:27 -0500
  • 1c8029c231 Merge branch 'master' into leafsoar Lunny Xiao 2017-10-24 17:14:21 +0800
  • 8f925025e9
    add tests for json field string Lunny Xiao 2017-10-24 17:13:51 +0800
  • 165dd989d0 Add tests for afterinsert (#755) Lunny Xiao 2017-10-24 16:44:00 +0800
  • da6936580e
    fix tests Lunny Xiao 2017-10-24 15:58:05 +0800
  • c25d5751f6
    add tests for afterinsert Lunny Xiao 2017-10-24 14:59:53 +0800
  • fbf62a9711 after call AfterInsert (#750) vlorc 2017-10-24 16:05:46 +0800
  • dded1f3253 add session id for sql log xormplus 2017-10-23 18:49:25 +0800
  • 399f0e0957 after call AfterInsert vlorc 2017-10-17 15:01:25 +0800
  • 109cb1a7d0 Add support Engine Group (#748) Lunny Xiao 2017-10-16 15:28:13 +0800
  • dbb2220ce7
    fix some tests Lunny Xiao 2017-10-16 14:29:50 +0800
  • 76fee8b2a8
    change the default policy of engine group Lunny Xiao 2017-09-28 17:37:39 +0800
  • e5e4d6078e
    improve the NewEngineGroup interface Lunny Xiao 2017-09-28 17:30:00 +0800
  • 7378a2f1d0
    add tests support for EngineGroup & fix some bugs Lunny Xiao 2017-09-28 10:38:52 +0800
  • 3c6d2d5d5a
    simple code Lunny Xiao 2017-09-26 20:41:34 +0800
  • 02c48ef7ca
    refactor Lunny Xiao 2017-09-26 20:13:49 +0800
  • b4db63b388
    implement GroupPolicy of GroupPolicyHandler Lunny Xiao 2017-09-26 20:05:07 +0800
  • 4de5429975
    add some comments and refactor Lunny Xiao 2017-09-26 19:58:43 +0800
  • f55921477c
    improve range and refactor Lunny Xiao 2017-09-26 13:41:48 +0800
  • fb7aec67b5
    remove unused method Lunny Xiao 2017-09-26 13:25:50 +0800
  • 0426351a9b
    fix bug on NewEngineGroup Lunny Xiao 2017-09-26 13:19:33 +0800
  • 3b19bd77f6
    remove unused count variables Lunny Xiao 2017-09-26 12:54:13 +0800
  • 14b6375dce
    use original Engine and Session Lunny Xiao 2017-09-26 12:50:49 +0800
  • a2fd205d3b
    modify Slave function and add LeastConnPolicy WhiteBatman 2017-09-26 12:32:21 +0800
  • 2b99f137a1
    modify Slave function WhiteBatman 2017-09-26 12:07:49 +0800
  • f25eb5254b
    rename and bug fix for WeightRoundRobinPolicy Lunny Xiao 2017-09-26 11:36:12 +0800
  • 2e5accf6f1
    rename and comments Lunny Xiao 2017-09-26 11:29:41 +0800
  • 5f5e7735c0
    refactor Group Policy Lunny Xiao 2017-09-26 11:26:06 +0800
  • 196e520b4b
    remove Init function from policy interface WhiteBatman 2017-09-26 11:02:24 +0800
  • c618aab9e1
    modify policy interface WhiteBatman 2017-09-26 10:22:13 +0800
  • 3bbbd9d215
    rename file name WhiteBatman 2017-09-26 09:59:03 +0800
  • 0f649285e6
    add engine group policy WhiteBatman 2017-09-26 09:45:51 +0800