Commit Graph

  • 257ec0d55c
    Merge 8d69a20b49 into bd0d90abff Klemen Dolinsek 2021-02-24 09:09:50 +0000
  • 8d69a20b49 added backslashes in regex to allow matching namespaces in ClassName field Klemen Dolinšek 2021-02-24 09:37:13 +0100
  • bd0d90abff
    Merge pull request #60 from mr-macedawg/patch-1 2.0.3 2.0 Bryn Whyman 2021-01-15 15:53:16 +1300
  • 0f4decea92
    Update connectors.yml mr-macedawg 2021-01-14 19:41:43 +1000
  • 4aaedfebdd
    Update connectors.yml mr-macedawg 2020-12-29 10:29:58 +1000
  • 85662e83fe
    Merge 367fc172e8 into 34fb10580a Will Rossiter 2020-10-13 03:53:06 +0000
  • 367fc172e8
    FIX ORDER BY cannot be part of a subselect Will Rossiter 2020-10-13 16:52:56 +1300
  • 0cc9a140cd
    FIX Silverstripe expects dates as strings Will Rossiter 2020-10-13 16:08:27 +1300
  • cc80227614
    FIX MultipleActiveResultSets is required Will Rossiter 2020-10-13 15:55:54 +1300
  • 732553c57c
    FIX Correctly return false on no results rather than empty array Will Rossiter 2020-10-13 15:30:50 +1300
  • d188b7e784
    FIX seek() not returning a valid record Will Rossiter 2020-10-13 14:42:09 +1300
  • 1c35624dd3
    Add license key Will Rossiter 2020-10-13 12:24:46 +1300
  • 08ed7b506f
    Update README.md Will Rossiter 2020-10-12 21:44:13 +1300
  • 6f4ef94829
    FIX Handle IDENTITY_INSERT errors automagically Will Rossiter 2020-10-12 19:10:40 +1300
  • 9f9da77908
    FIX indexSpec always reporting a change Will Rossiter 2020-10-12 19:09:46 +1300
  • fba320f98f
    FIX Index name generation Will Rossiter 2020-10-12 15:53:16 +1300
  • a7f30bf807
    FIX hasTable returning no result for a valid table. Will Rossiter 2020-10-12 15:40:35 +1300
  • 2da5a55888
    Lint clean Will Rossiter 2020-10-12 15:39:23 +1300
  • bf68461647
    Linting, update documentation Will Rossiter 2020-10-12 14:29:20 +1300
  • 16b8658a78
    Update docs and lint Will Rossiter 2020-10-08 16:52:50 +1300
  • ecf4308d80
    Remove unneeded constructor, connection should happen with connect() Will Rossiter 2020-10-08 12:26:19 +1300
  • 453985fc2c
    Use src for code path Will Rossiter 2020-10-08 12:25:20 +1300
  • 34fb10580a
    Merge pull request #54 from dhensby/pulls/transaction-fixes master Damian Mooyman 2018-06-28 10:56:18 +1200
  • 9d76e2a042
    FIX Make sure nested transactions get reset on implicit commits Daniel Hensby 2018-06-20 12:49:08 +0100
  • 8b519f9bcf
    Add license file Damian Mooyman 2018-06-07 10:01:22 +1200
  • 5ce3cf26bd
    Merge pull request #51 from kinglozzer/45-indexes 2.0.2 Loz Calver 2018-05-29 16:00:49 +0100
  • 2a580942bc Fix AppVeyor, update unit tests Loz Calver 2018-05-25 09:16:01 +0100
  • 3291ac6d73 Update for 4.x indexes API (closes #45) Loz Calver 2018-05-24 12:20:55 +0100
  • 579050c8f7
    Update branch alias Loz Calver 2018-05-24 12:09:46 +0100
  • 7be531dd7f
    Merge pull request #49 from kinglozzer/generators Daniel Hensby 2018-03-17 15:06:11 +0000
  • 321b9fe890 Update SQLServerQuery to use generators Loz Calver 2018-03-16 16:52:47 +0000
  • 23d4614204
    Merge pull request #48 from dhensby/pulls/nested-transactions 2.0.1 2 Damian Mooyman 2018-02-15 14:21:52 +1300
  • 6b3959ba48
    FIX Support nested transactions Daniel Hensby 2018-02-08 21:37:59 +0000
  • 406fcee3cd
    Merge pull request #47 from NightJar/twowards-ss4-support Daniel Hensby 2018-01-19 15:38:56 +0000
  • 76fb2b29dc Fix class loading issues Dylan Wagstaff 2018-01-19 16:27:18 +1300
  • 2b6a70e529
    Merge remote-tracking branch 'origin/1' 2.0.0 Damian Mooyman 2017-12-07 16:05:30 +1300
  • aa21b10005
    Merge pull request #1 from silverstripe-security/patch/1/SS-2017-008 1.0.2 1 Damian Mooyman 2017-12-07 15:58:57 +1300
  • ada270c884
    [SS-2017-008] Fix SQL injection in search engine Daniel Hensby 2017-11-22 11:52:50 +0000
  • 7ce3870438 Merge f9e2053259 into 6a25ac4ab4 helpfulrobot 2017-03-30 09:53:08 +0000
  • 0f8c146e99 Merge pull request #43 from brettt89/fix-dropping-indexes-without-checking 1.0.2-rc1 Damian Mooyman 2017-02-15 15:34:17 +1300
  • dac4be1a51 Fix DROP INDEX not checking correct schema Brett Tasker 2017-02-15 15:24:46 +1300
  • 761b42f24a Merge pull request #42 from ajoneil/1 1.0.1 Sean Harvey 2017-02-13 08:39:51 +1300
  • d9ec128735 Fix index issues in /dev/build Andrew O'Neil 2017-02-03 11:47:48 +1100
  • ce4ce0dfae Merge pull request #41 from ajoneil/0.10 0.10 Sean Harvey 2017-02-02 15:59:08 +1300
  • 12758e7cec Fix errors when fulltext search is disabled. Andrew O'Neil 2017-02-02 13:53:21 +1100
  • 6a25ac4ab4 BUG Fix installer for 4.0 (#40) Damian Mooyman 2016-10-26 14:24:22 +1300
  • 5c9fd632d3
    BUG Fix installer for 4.0 Damian Mooyman 2016-10-11 13:19:24 +1300
  • a34d67c753 Rename SS_ prefixed classes (#39) Damian Mooyman 2016-09-09 18:55:53 +1200
  • ab9c46cbaf Rename SS_ prefixed classes Damian Mooyman 2016-09-09 11:27:16 +1200
  • bdc3197351 Merge pull request #37 from open-sausages/pulls/4.0/namespace-everything Ingo Schommer 2016-09-08 16:11:32 +1200
  • da6cefac06 Upgrade code for core namespaces Damian Mooyman 2016-08-30 13:08:11 +1200
  • 551ccfd352 Merge pull request #35 from tractorcow/pulls/docs Sean Harvey 2016-08-17 09:40:54 +1200
  • 97d8750f3d
    Updated docs Fix support for freetds Fixes #19 Fixes #32 Damian Mooyman 2016-08-16 18:09:48 +1200
  • 9309cf3a50 API Namespace MSSQL connector (#31) Damian Mooyman 2016-07-15 13:57:54 +1200
  • f3574a616b Merge pull request #33 from silverstripe/fixes/ifindexexists Daniel Hensby 2016-07-13 10:02:34 +0100
  • 2e64e44087 FIX: Check index exists before dropping Will Rossiter 2016-07-13 14:47:38 +1200
  • e35a859738
    API Namespace MSSQL connector API Update to support customtable names Update to support new namespaced orm Cleanup PHPDoc Damian Mooyman 2016-07-01 16:03:03 +1200
  • a3931654b7
    Lock 1 branch to ^4 1.0.0 Damian Mooyman 2016-07-04 10:17:46 +1200
  • 04cf84be71 Merge pull request #30 from helpfulrobot/add-standard-code-of-conduct-file Damian Mooyman 2016-02-16 16:04:36 +1300
  • 95a28e3ffe Added standard code of conduct file helpfulrobot 2016-02-16 12:30:27 +1300
  • 1d5d71c956 Merge pull request #29 from helpfulrobot/add-standard-gitattributes-file Damian Mooyman 2016-01-18 17:34:31 +1300
  • 23e867a918 Added standard .gitattributes file helpfulrobot 2016-01-16 18:01:41 +1300
  • f9e2053259 Added standard Travis config helpfulrobot 2016-01-01 04:02:20 +1300
  • 31eaa833ed Merge pull request #27 from helpfulrobot/convert-to-psr-2 Damian Mooyman 2015-12-18 10:16:25 +1300
  • 4badb07597 Converted to PSR-2 helpfulrobot 2015-12-18 07:50:59 +1300
  • 8da02fba62 Merge pull request #26 from helpfulrobot/add-standard-editorconfig-file Damian Mooyman 2015-12-17 14:06:40 +1300
  • 2eaa607a67 Added standard .editorconfig file helpfulrobot 2015-12-17 10:22:29 +1300
  • 2cdd30f7d3 Added basic scrutinizer config. Sam Minnee 2015-08-12 14:09:32 +1200
  • 1fab860174 FIX: Fix errors in Appveyor config Sam Minnee 2015-08-12 09:43:53 +1200
  • 8101ca851d Merge pull request #25 from sminnee/master Sean Harvey 2015-08-12 11:23:23 +1200
  • 4357cd38c3 Add composer hints to let 'composer install' run on module. Sam Minnee 2015-08-12 11:16:31 +1200
  • 22b367be66 Add AppVeyor build status badge Sam Minnee 2015-08-12 11:13:05 +1200
  • 1ec1ca86aa Add Appveyor test configuration for Windows-based CI Sam Minnee 2015-08-12 09:43:53 +1200
  • ade1ea69d7 Merge pull request #23 from tractorcow/pulls/1.0/update-api Daniel Hensby 2015-06-17 11:13:13 +0100
  • be2e9469fd Update API for 3.2 release See https://github.com/silverstripe/silverstripe-framework/pull/4288 Damian Mooyman 2015-06-17 13:58:45 +1200
  • dd23af4278 Merge pull request #18 from ClaySolutions/master Damian Mooyman 2015-02-25 08:51:58 +1300
  • f86eae35e1 Merge pull request #22 from ss23/0.10 Sean Harvey 2015-02-24 13:09:54 +1300
  • e69cad3de3 FIX Do not attempt to search non-existent classes Stephen Shkardoon 2015-02-24 12:48:12 +1300
  • d8d043e0a8 Merge 89436212ce into 1fedcfb37e ☃ Stephen Shkardoon ☃ 2015-02-23 23:43:23 +0000
  • 89436212ce FIX Do not attempt to search non-existent classes Stephen Shkardoon 2015-02-24 12:42:05 +1300
  • 1fedcfb37e Merge pull request #20 from dhensby/master Ingo Schommer 2015-01-04 11:07:17 +1300
  • 16513227cf Relax framework requirement to include 4.0 Damian Mooyman 2014-12-05 09:32:33 +1300
  • b7eb89cd17 Adding .editorconfig Daniel Hensby 2014-12-04 17:02:13 +0000
  • 15ff8640a2 Add bigint support ClayLennart 2014-07-15 09:34:19 +0200
  • 54bd44a03b Revert "Fixing use of "bigint" and "decimal" for pure integer types." Sean Harvey 2014-07-15 10:42:21 +1200
  • 05faf24483 Merge pull request #17 from halkyon/int_fix2 Sean Harvey 2014-07-15 09:25:39 +1200
  • 14bd3016b9 Merge pull request #16 from halkyon/int_fix Sean Harvey 2014-07-15 09:25:31 +1200
  • 093df443ea Fixing use of "bigint" and "decimal" for pure integer types. Sean Harvey 2014-07-11 13:42:11 +1200
  • a6a9b25901 Removing reference to postgres, it doesn't belong in the mssql module. Sean Harvey 2014-07-11 13:41:45 +1200
  • aa3b934712 Fixing use of "bigint" and "decimal" for pure integer types. Sean Harvey 2014-07-11 13:24:15 +1200
  • f0629baad7 Removing reference to postgres, it doesn't belong in the mssql module. Sean Harvey 2014-07-11 13:23:54 +1200
  • 73976c111a Merge pull request #7 from tractorcow/3.2-pdo-connector Simon Welsh 2014-07-11 09:31:06 +1000
  • d50ba80512 Merge pull request #15 from tractorcow/pulls/alias-master Simon Welsh 2014-07-11 09:21:54 +1000
  • 0bf7212b6e Alias master as 1.0 Damian Mooyman 2014-07-11 09:49:04 +1200
  • 758fe810a5 API Upgraded module to use new database ORM Damian Mooyman 2013-04-03 17:19:26 +1300
  • 3560e15f52 Create 0.10 branch for pre-3.2 support Simon Welsh 2014-07-09 19:38:17 +1000
  • a9b1e03202 Minimum version is now 3.2 Simon Welsh 2014-07-09 19:39:10 +1000
  • 752664613e Merge pull request #13 from nikrolls/bug_indexes-not-fully-escaped Sean Harvey 2014-01-20 13:39:45 -0800
  • e884a1cc31 BUG: Indexes were not being fully escaped (the parent table name was, but if the relational table is also namespaced then it would trigger an error). Nik Rolls 2014-01-18 21:30:27 +1300
  • e3db6f916d Updating README with more up to date instructions and requirements. Sean Harvey 2013-09-13 16:31:53 +1200