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

escape any sequence of double backslash

296953285bad12496f4eed0148433f19a2374dc9 authored over 7 years ago
maybe this?

1d12c1fcbaf4f06e96f7a0ecc69c1965a81cc1ee authored over 7 years ago
let's see...

3b00646af6c3610a7cb3310fe3a97ec46c7b5d96 authored over 7 years ago
test-only

8f132bf7907bb83166949189cc34d75500649b73 authored over 7 years ago
Merge pull request #2653 from deeky666/fix-mysql57-platform

Merge MySQL 5.7.9 (GA) semantics into MySQL57Platform

e98d2416d6dc8b1a2eddd8461aea426388ec3deb authored over 7 years ago
FIX Sequence::isAutoIncrementsFor now case insensitive

106097a394937bdda9f70a41b785f317512033aa authored over 7 years ago
Proof of 2714

e9e6a5d64f0bfb10b08dbb4dddbe2d6f0e36a8c4 authored over 7 years ago
Merge pull request #2709 from doctrine/fix/#808-DBAL-1156-DBAL-1157-add-pdo-as-hard-dependency

Adding PDO as hard dependency as per discussion in #808

3632e03cb11fd5d6e382854514bf5fc0e0c5870e authored over 7 years ago
Adding PDO as hard dependency as per discussion in #808

36df6828b3b7139d30170969353df3e2bd97a9f8 authored over 7 years ago
Merge branch 'fix/#713-prevent-result-cache-key-collisions'

Close #713
DBAL-1030

232d58528e554e4795a80e4d1adc0c2db0084e95 authored over 7 years ago
CS (alignment, short array syntax), inlining useless variable

c23d80a1af818252e3b54139ca44183729eee06b authored over 7 years ago
Always serializing the `connectionParams` (easier)

db1395b7d2baaa3a027a3727fa34e17a5a85d54f authored over 7 years ago
CS (alignment, imports, short array syntax, list assignments)

a1b01060879805e7b234529d61101f95d291ab89 authored over 7 years ago
Corrected PHPUnit mocks usages

00f13ca37c286c90d90681d7e628dd0d0af01c35 authored over 7 years ago
Loaded bootstrap script in all phpunit travis configuration files

2bd4b79cac8b8ecbbf1a228dda2e6302dc0be13f authored over 7 years ago
Some test tweaks

e374d9945244cc271a487aa6790caf590d7186bc authored over 7 years ago
Added new tests for QueryCacheProfile and Connection

d19567bc98935c3f11d569108cd9de27a886a868 authored over 7 years ago
Used connection params in cache key generation

9962901205fb41a6246e0cb96f3a222a6fd19134 authored over 7 years ago
Added tests for Cache\QueryCacheProfile

a60be24636d9ef8abe937539719c146eeeaff5a9 authored over 7 years ago
Merge pull request #2702 from asgrim/filter-tablenames-in-db2-schema-manager

Added missing filtering of table name assets in DB2SchemaManager

1b3c36b4550d4e29d2a896e032d7432d411682d1 authored over 7 years ago
Merge branch 'fix/#2704-better-mysqli-exception-handling'

Close #2704

0061022dff29fff86ede2d69212c7d714215e778 authored over 7 years ago
#2704 - Removed hacky handling of error handler restore operations - restoring twice in the test instead

3ae969f64755455c520d4eb1a2cd541c354bb226 authored over 7 years ago
Better exception handling in mysqli connect

663cb65036c34d3c295ad2847ced65036aa497ab authored over 7 years ago
Merge pull request #2696 from drieschel/pk_add_column_mysql

MySQL: Fix primary key alteration when adding new columns

fbed76eb8395d9a8c159cfaeceb775dfc6be7d9f authored over 7 years ago
Merge pull request #2703 from JustBlackBird/table_generator_docs

Fix docs for Doctrine\DBAL\Id\TableGenerator

23301dc92ff9438d11e8c4f813c3b11aa2a4f244 authored almost 8 years ago
Fix docs for Doctrine\DBAL\Id\TableGenerator

18ce15f6530fe7ee0310d4ea1ff7b8069f9170a3 authored almost 8 years ago
Corrections from PR review for DB2SchemaManager and related test

31195d92dced92ff6b5129f66794c07d22ab7512 authored almost 8 years ago
Added missing filtering of table name assets in DB2SchemaManager

da1d4c1615a65ca3758da6ffad747cfd464b2e62 authored almost 8 years ago
Fix primary key alteration when adding new columns to a table and it's

primary key on MySQL platform.

fa2a12e7e817e8abd8db7dc5380c5dc176127f70 authored almost 8 years ago
Merge pull request #2692 from jnvsor/mysqlisolevel

MySqlPlatform: Fix default isolation level

66fd914b8d56541a8bcc95c87bb23e61c3a5d8d0 authored almost 8 years ago
MySqlPlatform: Fix default isolation level

Default isolation level on mysql is REPEATABLE READ

https://dev.mysql.com/doc/refman/5.7/en/ser...

84bbcbbb081375b820b0ff7cf44670eec23d1a7e authored almost 8 years ago
DBAL-#1234: Fixed bug that primary key is missing + added tests

b4d9505b83bb06e78f57e2e3e5575da3ab7773d0 authored almost 8 years ago
Merge pull request #2673 from mdwheele/bugfix/oracle-platform-column-order

[Oracle] getListTableColumnsSQL returns columns ordered by position instead of by name.

e0169b2afc0fcbe047484b852699b095aee12b4f authored almost 8 years ago
Instance variables are camel-cased

bd3f6ec0d0905e7f992caa6a05e621faba672df1 authored almost 8 years ago
Merge pull request #2669 from fsok/add_pgsql_ssl_params

Add missing SSL parameters to pdo_pgsql driver

fe007d92507aff3c8e236b2f136e259d21e1a91e authored almost 8 years ago
Assert column position is maintained when retrieving table column list

94df8b04e9be45a071d847422489938b13a3ec26 authored almost 8 years ago
OraclePlatform#getListTableColumnsSQL returns columns ordered by position rather than name

213fad75450f5dbd0c87bf01d031035cc9d7364b authored almost 8 years ago
Columns should be ordered by column_id

6552b80abc0c9e7a4bbda7258fc246b75e28049d authored almost 8 years ago
Merge pull request #2674 from mdwheele/fix/test-typo

Fix copy+paste error in testListTableColumns

098d54cffbdc4e93c764c3730bd5456d7cccc618 authored almost 8 years ago
Fix copy+paste error in testListTableColumns

3ea45220f6dde635a92c56d4af6bb4147307a02d authored almost 8 years ago
merge MySQL 5.7.9 (GA) semantics into MySQL57Platform

f4381c58c97e1ef6127085fd091dbdfa48d6b562 authored almost 8 years ago
Merge pull request #2670 from blackbjorn/postgresql-slash-before-underscore-in-like-condition

Slash before '_' in postgresql like condition with 'pg_' prefix

c2bf5fb8cd7e2235a000ed9765f742cf80a46157 authored almost 8 years ago
Add slashes before '_' in postgresql like condition for system prefix 'pg_'

6f537ddd9df8d66fd1a82d894ae16ef637dd2113 authored almost 8 years ago
Add missing SSL parameters to pdo_pgsql driver

a7eb74ea296c85a06c324088b2d6e10f6b448fae authored almost 8 years ago
Merge pull request #2664 from mathieubouchard/master

Add undocumented oci8 persistent connections

50bf623418be0feb3282bb50d07a4aea977fb33a authored almost 8 years ago
Add undocumented oci8 persistent connections

The oci8 driver can connect using oci_pconnect to make persistent connections. Doctrine has supp...

2ea18efc50b019bf65daa19988404690ebc5bb2d authored almost 8 years ago
Merge pull request #2660 from photodude/patch-6

Revert conditional PGSQL & MARIADB change

a05dba589dc86888359efc946585466c09bb3169 authored almost 8 years ago
Nightly must always be an allowed failure

557d9eae47ea80f8b39484b32d98d7aeea4004d7 authored almost 8 years ago
Revert conditional PGSQL & MARIADB change

Removes all sudo items (except hhvm which currently still requires sudo)
reverting the other si...

8f1c856bcc50cf66f0d6ae013676dd1352500d7f authored almost 8 years ago
\Doctrine\DBAL\Driver\DriverException shoud implement \Throwable

f300b8e0827e971fcf4a0cbd5a80ad00c041e3fb authored almost 8 years ago
Merge pull request #2657 from UFOMelkor/phpdoc-fix

Enhance phpdoc of QueryBuilder::setParameter()

39ace7fce628f3963b3384fadfbc4e61f03dcdf4 authored almost 8 years ago
Enhance phpdoc of QueryBuilder::setParameter()

c2d6c19b0b025000ceeb8beaef3ad2d4bd3d2eef authored almost 8 years ago
Merge pull request #2647 from morozov/portability-column

[DBAL-2644] Fix fetchAll(PDO::FETCH_COLUMN) on DB2 with Portability wrapper

c7c3d8b7329dc36c3a3a425b78ed7e77986c0453 authored almost 8 years ago
Merge pull request #2655 from photodude/patch-5

Simplify Travis Build matrix

8384190df44c372eb8c27cce5317b551b5450cad authored almost 8 years ago
remove PGSQL 9.5 9.5 for php 7/7.1 from allowed failures

c732edc270107e35ed4e3c7c2e91ce9b512bddb4 authored almost 8 years ago
try selective addons in before install

bc519831d399b751dbedf6810faf1339fef940f5 authored almost 8 years ago
[DBAL-2644] Fix fetchAll(PDO::FETCH_COLUMN) on DB2 with Portability wrapper

66f31192c5a021e3844d684795be05335fc6f980 authored almost 8 years ago
Merge pull request #2654 from deeky666/fix-sqlanywhere-functional-driver-tests

Make functional sqlanywhere driver tests conditional

eaafa67e7591db1156fbf93f7e1c2d32f857ff3d authored almost 8 years ago
make functional sqlanywhere driver tests conditional

73134d0f34e5a17f88c0080216edc4a1da76e6d4 authored almost 8 years ago
Merge pull request #2405 from andipohl/master

SQLAnywhere corrections for DSN generation and persistent connections

dc871b002ee08a6527636bbaaa1bf3e5dc5b1cde authored almost 8 years ago
Merge pull request #2650 from deeky666/fix-pdo_sqlsrv-tests

Fix result cache and PDO connection test on pdo_sqlsrv

0bd7781a3537907cab71a38feb9b93a3d5db38a5 authored almost 8 years ago
fix result cache and PDO connection test on pdo_sqlsrv

a5b02c49f38c583a0b76057b47677e80281f8b3f authored almost 8 years ago
Merge pull request #2651 from deeky666/fix-pdo_sqlsrv-close-cursor

Fix closing statement cursor on pdo_sqlsrv if not executed yet

b6277715b416301640629a44a25780d3a97ebd41 authored almost 8 years ago
fix closing statement cursor on pdo_sqlsrv if not executed yet

2bb4c37c2947a2e37bfe938ecd90740f6cfed128 authored almost 8 years ago
Merge pull request #2645 from deeky666/DBAL-2637

[DBAL-2637] Fix closing prepared statement cursor with LOB column on Oracle

f5dcc4cfeabba8d54f493607a2a78fc604e6de31 authored almost 8 years ago
Merge pull request #2636 from deeky666/fix-sqlserver-drop-inuse-database

Fix dropping inuse databases on SQL Server and Oracle

7e0a6cc4c62d366d2273fdef57c4555d224c49f1 authored almost 8 years ago
Merge pull request #2646 from morozov/sqlsrv-reuse-rebind

Fix the reuse of a statement on sqlsrv with explicit bindValue()

319466f4175285c899241118fc5ba0fd5829e21f authored almost 8 years ago
[DBAL-2646] Fix the reuse of a statement on sqlsrv with explicit bindValue() and bindParam()

d6a7079c4abc16df79ceb2d78355c1ca49d407b6 authored almost 8 years ago
fixes #2637: fix closing prepared statement cursor with LOB column on Oracle

0d31643da41c459d8958a6a12ab07499bbcfa0e3 authored almost 8 years ago
fix dropping inuse databases on Oracle

ef736a5fc4448514036438ea4ab21f96453c4be7 authored almost 8 years ago
fix dropping inuse databases on SQL Server

f9384ae2c880d8c45850362f2fc364259c45e4b9 authored almost 8 years ago
fix drop inuse database functional test

864a78fdf3594503f58afca92740a5dd649a7cf5 authored almost 8 years ago
Merge pull request #2638 from deeky666/tear-down-active-transactions

Tear down active transactions in functional test cases

16be54913f8d05c6d5416f07ae27e3bad414bb62 authored almost 8 years ago
Merge pull request #2640 from deeky666/fix-driver-exec-method

Fix drivers' exec() method to not execute via prepared statements

f92d3f493eeac7437700fa1cc535e9cd3c16027b authored almost 8 years ago
Merge pull request #2641 from deeky666/DBAL-2623

[DBAL-2623] Fix Generic SQL Sharding Support documentation example

609a8d314da15ee12f037f092858913065a32b4d authored almost 8 years ago
fix Generic SQL Sharding Support documentation example

47be697219df4ec1808bdfe629e3e0785f72ae11 authored almost 8 years ago
fix drivers' exec() method to not execute via prepared statements

19033366c3be37d200495df212f9c5ea5735a6ab authored almost 8 years ago
tear down active transactions in functinal test cases

4f1f1765748acaeea2b286dcbd09fd6bfc685644 authored almost 8 years ago
simplify matrix

f6bf551b4e6ba9aca12d1231f4f6ad6e40cbe9ba authored almost 8 years ago
try conditional addons

6cd50943594264162e65301148ed497e45b748db authored almost 8 years ago
Merge pull request #2629 from photodude/patch-4

HHVM testing needs to be in PHP 7 mode

aec4faf278f1929b723729bb1aece5ad3f413c97 authored almost 8 years ago
Merge pull request #2634 from deeky666/fix-sqlserver-sequence-last-insert-id

Fix fetching last insert ID for sequences on SQL Server

cc1e9a90ff4a60b2dc8e9d590e2a494c86a13094 authored almost 8 years ago
Merge pull request #2635 from deeky666/fix-date-diff-test

Fix date diff test

4233051462b1c525d19ec0235237989d9ae8aa45 authored almost 8 years ago
fix date diff test

8d3d3f7e3cbe407b7f58dde547c15eb71b8bff02 authored almost 8 years ago
fix fetching last insert ID for sequences on SQL Server

553385419fbdc5c227e8132ab49bd8e8f7453f24 authored almost 8 years ago
Merge pull request #2631 from deeky666/fix-sqlserver-create-drop-database-support

Fix CREATE/DROP DATABASE support on SQL Server

1425f8f0244565b514a512ab428ca225b5cd5ec7 authored almost 8 years ago
Merge pull request #2630 from deeky666/DBAL-2626

[DBAL2626] Add PHPUnit config for continuousphp Oracle testing

a3701527a07986493a381d5fd6044e4d96da2e62 authored almost 8 years ago
Merge pull request #2632 from deeky666/fix-postgresql-application-name-test

Fix "application_name" test on PostgreSQL < 9.2

f491c788b6d19a7dd9fe99d0d1aaf3794d292977 authored almost 8 years ago
Merge pull request #2633 from deeky666/make-sql-azure-tests-conditional

Run SQL Azure related tests conditionally

5e4036131c3b4e9986d5e646131e9019f4506923 authored almost 8 years ago
run SQL Azure related tests conditionally

bd4ea7f338a5b98475081a487062127ed78bf106 authored almost 8 years ago
fix "application_name" test on PostgreSQL < 9.2

c8b41af75474698dde6878c9e7825c4ed3426b8d authored almost 8 years ago
fix CREATE/DROP DATABASE support on SQL Server

2f45103bc72e171a8d40ec7fab6f1c33755bad3d authored almost 8 years ago
#2595: fix test error "ORA-00984: column not allowed here" on Oracle 11g

090329a71f6cacbac1aca31d2db12d99cf8fa8c7 authored almost 8 years ago
fixes #2626: add PHPUnit config for continuousphp Oracle testing

ca228e9def7a004a092e63bfbe2720890b5c31e3 authored almost 8 years ago
Merge pull request #2614 from deeky666/DBAL-2427

[DBAL-2427] Fix negative default value introspection on PostgreSQL 9.4

d84420389176e0e293427bcfcab5e71859298347 authored almost 8 years ago
Merge pull request #2546 from morozov/close-cursor-frees-statement

Prepared statements become unusable after calling closeCursor() on IBM DB2, Oracle and MS SQL Se...

3f8c7467b389de27dcff1e2414c0a6efe2df224a authored almost 8 years ago
Let HHVM live as an allowed failure

b4100118ec25da94daeffaef9fd4e3ef1814609c authored almost 8 years ago
Suspend HHVM testing due to PHP 7 mode issues

- Suspend HHVM testing until the following items are resolved
- HHVM PHP 7 mode issues.
...

ff29d8a5706e8474194b624300ec3c149886e07d authored almost 8 years ago
[DBAL-2546] Fixed the failure of `Functional\StatementTest::testReuseStatementWithParameterBoundByReference()` on ibm_db2

dab3ae1f7f1a0e97759d2b3d9d62deb13e56295c authored almost 8 years ago
[DBAL-2546] Fixed the failure of `Functional\StatementTest::testFetchLongBlob()` on pdo_sqlsrv

The test is partially skipped due to:

1. Fetching blob as binary string from pdo_sqlsrv require...

793b9714a7d0a23e44901636e9c95d1fbae657c8 authored almost 8 years ago