Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/dbal

Doctrine Database Abstraction Layer
https://github.com/doctrine/dbal

[DBAL-2546] Fixed the failure of `Functional\StatementTest::testIncompletelyFetchedStatementDoesNotBlockConnection()` on pdo_mysql + libmysql

The test case being fixed should reset shared connection during teardown as one if its methods m...

fe803595e731341352e6d745cf4b509c7c65a382 authored almost 8 years ago by Sergei Morozov <[email protected]>
[DBAL-2546] Keep track of bound variables in SQLSrvStatement

080291d6612848f4c0cc6371e1563293cf9fe533 authored almost 8 years ago by Sergei Morozov <[email protected]>
Merge pull request #2570 from pgrau/patch-1

Mysqli: Allow secure connections using SSL

f347a83c948275095d627be793d418dc1ea17c58 authored almost 8 years ago by Steve Müller <[email protected]>
Mysqli: Allow secure connections using SSL

The current driver has no option to allow the usage of SSL connections on mysql. I've used the s...

78e58376f3c2f073fc6798fcdc305b1b16e7c872 authored almost 8 years ago by Pau <[email protected]>
Merge pull request #2622 from jnvsor/mscdedcode

MasterSlaveConnection::connect: Remove dead code

91d1eebf5b2de78bf8c430afccad57b7e16e531d authored almost 8 years ago by Steve Müller <[email protected]>
MasterSlaveConnection::connect: Remove dead code

9569134a36b4766817da99a95134d82eea103c4a authored almost 8 years ago by Jonathan Vollebregt <[email protected]>
[DBAL-2546] Refactored unit tests and added some more for edge cases

bc62b0864a8b728cc7cf528cc4b252f295b564f8 authored almost 8 years ago by Sergei Morozov <[email protected]>
[DBAL-2546] Prevent exception when fetching from closed cursor

d34ef565180e7d895a9aa2752d0e44222d558908 authored almost 8 years ago by Sergei Morozov <[email protected]>
[DBAL-2546] Added regression test for #433

277286219c95485a46128c0950cdf6a69f9fd6df authored almost 8 years ago by Sergei Morozov <[email protected]>
[DBAL-2546] Ported tests from #2487 and #2489

c19af3427e341f1bdad84eacdead18776415220c authored almost 8 years ago by Sergei Morozov <[email protected]>
[DBAL-2546] Fixed SQLAnywhereStatement::closeCursor()

01d7097eac9c97d67d401ec18317f68cc21305c6 authored almost 8 years ago by Sergei Morozov <[email protected]>
[DBAL-2546] Bind result variables after each execution in order to prevent string truncation

d44cc19e0d7d18e10728c15813441eb4c1fac60c authored almost 8 years ago by Sergei Morozov <[email protected]>
[DBAL-2546] Reworked implementation of closeCursor() for mysqli, ibm_db2 and oci drivers

074a12a8a6057a468a7418028bdcb6997296c000 authored almost 8 years ago by Sergei Morozov <[email protected]>
fixes #2427: fix negative default value introspection on PostgreSQL 9.4

5eb1a93b6c47607d42415f6ff3e7b78423ff0f23 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2611 from deeky666/DBAL-2508

[DBAL-2508] Pass through index options when renaming index on table

036abc0886367158ac0b06beadf82cee338924ac authored almost 8 years ago by Marco Pivetta <[email protected]>
Merge pull request #2612 from deeky666/DBAL-2555

[DBAL-2555] Fix date and datetimetz type mapping on Oracle

4f7df7c138a6fce7c62f0f8cc4b7238d5c0c3074 authored almost 8 years ago by Marco Pivetta <[email protected]>
fix typo

31fac11709e88c822c78ab4bc812d783f0347253 authored almost 8 years ago by Steve Müller <[email protected]>
add date mapping test case for Oracle platform

50d5ca1ef1e31adf6ed6844cc39734c364e1604b authored almost 8 years ago by Steve Müller <[email protected]>
fix date time with timezone type introspection on Oracle

582c842854dd1f32426afb887fbdd3392123a2e1 authored almost 8 years ago by Steve Müller <[email protected]>
fixes #2555: fix date type mapping on Oracle

a13c7d3649b229c2bd7d24467bba44edab948fcf authored almost 8 years ago by Steve Müller <[email protected]>
fixes #2508: pass through index options when renaming index on table

ccc3d3bef6fa20a8eedc5fb40eb1cf5a45ff93b6 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2609 from deeky666/DBAL-2511

[DBAL-2511] Fix type list extraction in connection update method

292a65169120d01b5d83067577c784e2f088339d authored almost 8 years ago by Marco Pivetta <[email protected]>
Merge pull request #2608 from deeky666/DBAL-2586

[DBAL-2586] Fix current date and time SQL generation on SQL Server

6d7b45f33345a149c293f05bf1f9ff09013d1803 authored almost 8 years ago by Marco Pivetta <[email protected]>
fix type list extraction in connection update method

ab794d1b1b99214be179f2de353f7424e7f5bebe authored almost 8 years ago by Steve Müller <[email protected]>
fix current date and time SQL generation on SQL Server

fd825c041c1a7467475d9e1d2d6016c8dc9e03d0 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2607 from deeky666/DBAL-2565

[DBAL-2595] Remove fragile test that cannot be abstracted across PostgreSQL versions

4462deda5f204da3ec9b6e8ffc0cf1c937ea95f2 authored almost 8 years ago by Marco Pivetta <[email protected]>
remove fragile test that cannot be abstracted across PostgreSQL versions

a3d0fa8b4c5a019cb975ed57af6b2783cea047c6 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2604 from deeky666/DBAL-2595

[DBAL-2595] Fix retrieving last insert ID for FQN sequence name with OCI8

3e3dc3f2d807d73bd914855f5300780e4810f4d7 authored almost 8 years ago by Marco Pivetta <[email protected]>
remove identifier validation when retrieving last insert id with OCI8

4da603c97002c4a09f271d96bf808e62d8a3b9dc authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2603 from deeky666/DBAL-2594

[DBAL-2594] Mark commented types implicitly

9af1743afcf3476f3131284ca79219151f0144eb authored almost 8 years ago by Marco Pivetta <[email protected]>
mark commented types implicitly

fa75b7bfb51ea87b9ed4b3b33244b4c4d7eab34e authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2408 from TwoWholeWorms/hotfix-2313-infinite-loop

Hotfix 2313 infinite loop

475097dda26216a8641eac6df89e171f4c3c8323 authored almost 8 years ago by Bill Schaller <[email protected]>
Merge pull request #2463 from morozov/db2-offset-no-limit

IBM_DB2 platform doesn't handle offset without limit

300447350919043cd3594d9456263eead15624bb authored almost 8 years ago by Steve Müller <[email protected]>
Process LIMIT and OFFSET individually by using >= and <= instead of BETWEEN

f8ca032ea2a8f3124bd48b751d44235a61df3241 authored almost 8 years ago by Sergei Morozov <[email protected]>
Merge pull request #2509 from morozov/oracle-offset-no-limit

Oracle platform ignores OFFSET in case if LIMIT is not specified

e80626fdb927070f3b702d77b84560c5e7306f23 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2504 from c960657/urldecode-dsn

URL-decode URL-style DSN

bfecbebd65a0f75d37a8cb86ec099df07098143c authored almost 8 years ago by Marco Pivetta <[email protected]>
Merge pull request #2564 from photodude/patch-2

add postgresql: "9.6"

4120a721ea35512e9729eeb56a56dce0671073c2 authored almost 8 years ago by Marco Pivetta <[email protected]>
Upgrade documentation and additional test

cdeb9e8c460f096b098935b8b2bc41363ff06de0 authored almost 8 years ago by Christian Schmidt <[email protected]>
URL-decode URL-style DSN

2dc419625299be3b91ced60ca4658fb95abb3722 authored almost 8 years ago by Christian Schmidt <[email protected]>
Merge branch 'master' into patch-2

e7202aaaa846010b900b271830304b63c328302d authored almost 8 years ago by Walt Sorensen <[email protected]>
Oracle platform ignores OFFSET in case if LIMIT is not specified

76d1f9331ce6e0d5cd7d7b6b6047ca0acb6460e4 authored almost 8 years ago by Sergei Morozov <[email protected]>
Merge pull request #2496 from maryo/DBAL-2295

Fix parameter list expansion inside PostgreSQL arrays

7963f131bef97caa54f7e765334abc5d79562473 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2518 from Marius2805/DBAL-2517

Fixed ORA-01427 when listing columns

4ebe4c0a2db9247e60bdfb92a6ba521ff73c2933 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2521 from frost-nzcr4/patch-1

Escape to the global namespace under custom namespaces

2a992b82ca794f006026d7def0125f1a4e566b37 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2547 from Chrisissorry/pgsql-dsn-with-semicolons

Replacing spaces in the pgsql dsn string with semicolons as this is m…

f048314c8a7e020aa4706c9953dc8dfe6e3297a6 authored almost 8 years ago by Steve Müller <[email protected]>
Merge pull request #2599 from tolbon/patch-1

Corrected styling around the GUID type in the types documentation

56d2055747ad39d2af2ce9b8bdd9866bf7358cc7 authored almost 8 years ago by Marco Pivetta <[email protected]>
Update types.rst

guid type not bolded

c83d34474c530cd9ead076785e08ad1a94201b7c authored almost 8 years ago by Jean Baptiste Noblot <[email protected]>
Merge pull request #2592 from mikaelkael/fix/test-notice

Fix a notice during tests if not realized with pgsql

b9b6714494c646946a0cd3d2be57a239aff977a3 authored about 8 years ago by Marco Pivetta <[email protected]>
Fix a notice during if not realized with pgsql

a89068c6ab511d5bef5c3e77e8bc1ddf4f1633ef authored about 8 years ago by Mickael PERRAUD <[email protected]_w2k_czpaim.corp>
Merge pull request #2590 from railto/master

Removes support for PHP 5.x

8f0e497312705fba80c666cfca9dac8b59d701c3 authored about 8 years ago by Marco Pivetta <[email protected]>
Removes ALL PHP 5.x build steps

092edc02df73eef56db7ab01fcf2c082c86e29cd authored about 8 years ago by Mark Railton <[email protected]>
Removes support for PHP 5.x

a71389d61b8a19fbede5ea31f0284d4706f959e3 authored about 8 years ago by Mark Railton <[email protected]>
Bumping doctrine/common dependency to allow ^2.7.1

b551fcb26a81e230085c0dca88174573b6c36609 authored about 8 years ago by Marco Pivetta <[email protected]>
add postgresql: "9.6"

cc551cbdd1698adfc0e5bb35791663d80450f79a authored about 8 years ago by Walt Sorensen <[email protected]>
Merge pull request #2550 from photodude/patch-1

Correct HHVM version to 3.15.2+

51f6934c19635fa1c69680482522c734a0121463 authored about 8 years ago by Marco Pivetta <[email protected]>
pgsql 9.6 seems to not be on travis ci yet

php 7.1 with MARIADB_VERSION=10.1 seems to no longer be erroring randomly on tests

2dc4cab3f8dbbbf9a3415a48c51c5e6cd2a512e5 authored about 8 years ago by Walt Sorensen <[email protected]>
Need to long form the pgsql versions

to correctly install and test the pgsql versions it looks like we are gong to have to long form ...

e5e77b1660a85aa07506468931145cf127c5c688 authored about 8 years ago by Walt Sorensen <[email protected]>
try addon with new string var PGRV

711c6942db25f1cb2fe81baa34c6778ac5ea413e authored about 8 years ago by Walt Sorensen <[email protected]>
revert attempt at multiple pgsql addons

ccbd2bdd89c8a31a04731d751e1543ed5f1efa99 authored about 8 years ago by Walt Sorensen <[email protected]>
tickmarks needed here

4a9e50259201bb8bd7aabc5933f81e24e1fb0b38 authored about 8 years ago by Walt Sorensen <[email protected]>
Oddly still getting errors, revert addon

3035ef461cb4029a752dbfcb919692c388d764c8 authored about 8 years ago by Walt Sorensen <[email protected]>
try addon each pgsql version needed

c6a468fecfc22bbe536c48d0896739380651a5c6 authored about 8 years ago by Walt Sorensen <[email protected]>
try POSTGRESQL_VERSION as string

63110baa52d14f9da1a69871e289dcac94faf6cb authored about 8 years ago by Walt Sorensen <[email protected]>
try addon without restriction to just pgsql

7dc458b9ce8203b255c5bc90cfbcfef65fa7b182 authored about 8 years ago by Walt Sorensen <[email protected]>
Try addon with variable $POSTGRESQL_VERSION

try to only add when pgsql

0fca22e1c1e136bbdd769864e64ec7997d6250d7 authored about 8 years ago by Walt Sorensen <[email protected]>
POSTGRESQL_VERSION=9.1 is EOL

POSTGRESQL_VERSION=9.6 was released September 2016 See if we can run it on travis

d5c636fdcb511c8514ebf6d25a37e84047097810 authored about 8 years ago by Walt Sorensen <[email protected]>
mark env MARIADB_VERSION=10.1 for php 5.6

22b036f950edbe56269e70323a9a3d15fbd49544 authored about 8 years ago by Walt Sorensen <[email protected]>
Allow failures for pgsql POSTGRESQL_VERSION=9.5

Additionally allowing failures on PHP 7.1 with mariadb MARIADB_VERSION=10.1 since it is intermit...

83cf16a0032d5a87b02b2e490b5b9668f28f4ae9 authored about 8 years ago by Walt Sorensen <[email protected]>
Correct HHVM version to 3.15.2+

- fixes version of HHVM being tested
- drops mariadb 5.5
- adds POSTGRESQL_VERSION=9.5 (only a...

060e3f8f142585bf9dd1e25321b8db56127ec5ab authored about 8 years ago by Walt Sorensen <[email protected]>
Replacing spaces in the pgsql dsn string with semicolons as this is more consistent with the other drivers and makes the PDOPgSQL driver work in hhvm 3.15.2 as well.

cbf487931a7277164cee53069fa80778c32b9fb5 authored about 8 years ago by Christoph Tietz <[email protected]>
Escape to the global namespace under custom namespaces

d7f23080ea7906d540c215189a35b726dab6a3dc authored over 8 years ago by Alexander Pervakov <[email protected]>
DBAL-#2517: Fixed ORA-01427 when listing columns

c60295f9fa7c1899dd1bbecc59b9389fc4c30b26 authored over 8 years ago by Marius Meißner <[email protected]>
Merge pull request #2372 from morozov/sql-server-limit

Handle arbitrary whitespaces when parsing SQL in order to apply LIMIT for MS SQL Server

ec8fc16604915110eea8046e3ea594c133aee880 authored over 8 years ago by Marco Pivetta <[email protected]>
Merge branch 'fix/#2318-fix-listing-table-columns-when-using-external-or-os-authentication-on-oracledb'

Close #2318
Close DBAL-831

a3577e49dc3897410f0059b701f5bccbbc646407 authored over 8 years ago by Marco Pivetta <[email protected]>
#2318 DBAL-831 adding note about possible fragile test comparing entire SQL query strings

48c8a66142e165acee7b3aaf4040a393a803f4e9 authored over 8 years ago by Marco Pivetta <[email protected]>
add testReturnsGetListTableColumnsSQL test

ae80eb9cea4023f3a5d537aaeb09330d475e7c7d authored over 8 years ago by Jörn Friedrich Dreyer <[email protected]>
fix list table columns when using external or os authentication

4b2c8511c232625a2b1b5fd792b8fad0774ead34 authored over 8 years ago by Jörn Friedrich Dreyer <[email protected]>
Merge branch 'fix/#2303-#2302-primary-key-alteration-with-auto-increment-on-mysql'

Close #2302
Close #2303

122e4581c0dbe8bbb8879275239c1949f43a6b98 authored over 8 years ago by Marco Pivetta <[email protected]>
fix another primary key alteration with autoincrement column case on MySQL

fixes #2302

1411f14ca822d13af19667807830b195ab7053af authored over 8 years ago by Steve Müller <[email protected]>
add test case for adding non autoincrement column to primary key with autoincrement column on MySQL

8dd933e9f524998bd24d235eda022e2b17fc0aa3 authored over 8 years ago by Steve Müller <[email protected]>
Merge branch 'fix/#2287-#1183-parse-schemaless-connection-uris'

Close #2287
Close #1183

4a85a587d0fcd6f7c46c4185dd65fb13c042a834 authored over 8 years ago by Marco Pivetta <[email protected]>
#2287 minor docblock correction

d9db0bbc656034718a1c6b15b13ccaba65dda9ff authored over 8 years ago by Marco Pivetta <[email protected]>
fix mocking PDO

d46fd8b7df99d83d6fcbf65f7799f2774bf5a45b authored over 8 years ago by Steve Müller <[email protected]>
trim leading slash from schemeless connection URL path with default driver connection parameters

- includes extended default driver connection parameter handling
- minor refactoring

fixes #1183

777e320bd2c30007039840d86761ecaf3411cb4d authored over 8 years ago by Steve Müller <[email protected]>
fix parsing schemeless connection URLs with PHP < 5.4.8

8ed556cb76d909730162955a7366348fd0a57755 authored over 8 years ago by Steve Müller <[email protected]>
Merge branch 'fix/#2277-#2182-DBAL-939-fix-reverse-engineering-boolean-on-db2'

Close #2182
Close #2277
Close DBAL-939

27e2687b5b302ac7867971363b93ee761a4b7a29 authored over 8 years ago by Marco Pivetta <[email protected]>
fix reverse engineering boolean type columns on DB2

- fixes platform's COMMENT ON statement support
- implements reverse engineering for column comm...

e3ba4ba0b1ee4adb2742fa57748ca6aef1249756 authored over 8 years ago by Steve Müller <[email protected]>
Handle arbitrary whitespaces when parsing SQL in order to apply LIMIT for MS SQL Server

81dd0b7aaeee836240f7631711af88e0be9cfa73 authored over 8 years ago by Sergei Morozov <[email protected]>
Merge branch 'fix/#2500-#2497-return-false-from-mysqli-statement-when-nothing-is-fetched'

Close #2500
Close #2497

a6d3d162caf815fa954ae5192981688f6b1a1f02 authored over 8 years ago by Marco Pivetta <[email protected]>
#2497 #2500 simplified test case scenario (inlined statement)

f90c0b07c9d48379bdbbeac8ce9084bb67400fd4 authored over 8 years ago by Marco Pivetta <[email protected]>
changed return null to return false in mysqli driver if nothing was found

8140eca9abe215880b6abd5f6332a551604d1b62 authored over 8 years ago by Patrick Louys <[email protected]>
added test to make sure that fetch returns false if nothing is found

b75cc8572aae0681579b78cdcb0ec64edba065a5 authored over 8 years ago by Patrick Louys <[email protected]>
Merge branch 'feature/#2494-sqlsrv-reuse-statement'

Close #2494

8144e267ffcf6f5de5fef55de60bac8147cc548c authored over 8 years ago by Marco Pivetta <[email protected]>
#2494 replacing instance with static methods, where methods are defined statically

817b5149a68ab43d6c206bdd18ecbec5cb6d6cee authored over 8 years ago by Marco Pivetta <[email protected]>
#2494 replacing string with class reference

ded4a85dfaf81b892dc44071f5e30586f409f411 authored over 8 years ago by Marco Pivetta <[email protected]>
#2494 s/setExpectedException/expectException

12262341e9bd09e7b3497b77abe2d763db4a409a authored over 8 years ago by Marco Pivetta <[email protected]>
Fix parameter list expansion inside PostgreSQL arrays

461772ffeb0e76d7849064af6a65f23d1ad67be1 authored over 8 years ago by maryo <[email protected]>
Use the same statement resource for repeated execution of the statement

b0e5314f10703cac2d01a92607505fc57b592544 authored over 8 years ago by Sergei Morozov <[email protected]>
Merge pull request #2488 from greg0ire/blacklist_more_mockobjects_versions

Blacklist one more phpunit mock objects version

c446c31130e6db7178e4188f8c12033b2ca3ee4a authored over 8 years ago by Marco Pivetta <[email protected]>
Blacklist one more phpunit mock objects version

The last release is still buggy, as proven here:
https://travis-ci.org/doctrine/dbal/builds/1551...

8f81455816fab40599be2cb0e3a89addc8492903 authored over 8 years ago by Grégoire Paris <[email protected]>