- 04 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 17 Mar, 2019 1 commit
-
-
Ahmed Abdou authored
-
- 23 Feb, 2019 1 commit
-
-
Sergei Morozov authored
1. SchemaManagerFunctionalTestCase can be run only via an extending class. Otherwise, it skips all tests. If the test case is represented as an abstract class, PhpStorm will offer a choise of concrete classes which is very handy when debugging test failures. 2. DbalFunctionalTestCase and DbalPerformanceTestCase are meant to be used as base classes and don't contain any tests.
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 06 Feb, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 14 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 09 Sep, 2017 1 commit
-
-
Luís Cobucci authored
-
- 06 Feb, 2017 1 commit
-
-
Steve Müller authored
-
- 18 Jun, 2016 1 commit
-
-
Marco Pivetta authored
-
- 03 Jun, 2016 1 commit
-
-
Guilliam Xavier authored
For example if the DebugStack SQL logger contains 3 queries, then we want an output like this: ``` 3. <query 3> 2. <query 2> 1. <query 1> ``` not like that: ``` 4. <query 3> 3. <query 2> 2. <query 1> ```
-
- 15 Apr, 2016 1 commit
-
-
Maximilian Ruta authored
+ Change formating of code
-
- 27 Jul, 2014 1 commit
-
-
jeroendedauw authored
-
- 13 Nov, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 25 Sep, 2011 1 commit
-
-
Benjamin Eberlei authored
DDC-1337 - MySQL commits transaction on DROP TABLE, need DROP TEMPORARY TABLE. Added tests, looks like oracle commits transactions on CREATE TEMPORARY TABLE. I dont know how to fix it.
-
- 31 Oct, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 23 Aug, 2010 1 commit
-
-
Jonathan H. Wage authored
-
- 06 Jun, 2010 2 commits
-
-
beberlei authored
Added registerDoctrineMappingType() and getDoctrineMappingType() methods, converted DB2 platform and added some tests, made all platforms work for now Support Sqlite Migrated MySQL to Doctrine Type Map Fixed nasty bug in testcase Migrated Postgres to support Doctrine Mapping Types Refactored Oracle Platform to support Doctrine Mapping Types Refactored DB2 support for Doctrine Mapping Types a little bit
-
Benjamin Eberlei authored
-
- 15 May, 2010 1 commit
-
-
Benjamin Eberlei authored
Added a bunch of functional tests for the public read, write and transactional public DBAL API, passing all the current drivers Added a Write Test
-
- 07 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 30 May, 2009 3 commits
- 27 May, 2009 1 commit
-
-
jwage authored
-