Ecosyste.ms: OpenCollective

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

github.com/Codeception/module-db

DB module for Codeception
https://github.com/Codeception/module-db

Fixed Issue/4059 (#4071)

* [Db] Run the last statement in file even if it doesn't end with delimiter

Fixes #4059

* ...

9627265fe8c6eb838e68628f098571e610cfbc5a authored almost 8 years ago
Merge pull request #3904 from insightfuls/disconnect_after_initialize

[Db] Disconnect after initializing when using reconnect, fixes #3903

7b12f858ccb6950df79231b204ec17a83c4fb0a6 authored about 8 years ago
remove bad line (#3892)

9115928d82644cd0fe0df4c969441b56f5dc56b5 authored about 8 years ago
[Db] Disconnect after initializing when using reconnect, fixes #3903

77141b19f5f5bb18197b4b52dd92d33207108ddd authored about 8 years ago
[Db] Oci driver also cleans up views (#3881)

10cbe2ced666ee62b1d512165b596dddc26b5a99 authored about 8 years ago
expect resultset to have uppercase index (#3840)

530a869bccfe8f723a021415dae60d6a89366016 authored about 8 years ago
Update Db.php (#3830)

d3b55ba04267b04663b780360509c929b2378a27 authored about 8 years ago
[Travis] test Codeception with the latest version of HHVM (#3807)

* Test Codeception on HHVM 3.15.3

* Use different mysql socket on Trusty

* [PostgreSql] do...

a34f285973dc57d79876a5f540e353eee62ed244 authored about 8 years ago
[Sqlite] Use _ROWID_ to remove inserted rows after test (#3689)

* [Sqlite] Use _ROWID_ to remove inserted rows after test

Fixes #3680

* Don't fail on PHP ...

07819c74ac3881da7da9e9507c7f20a8c03703fd authored about 8 years ago
[Db] Corrected description of cleanup parameter

bbdb72bf01ea7d7b9a1e984eeb75d51ed4c9db92 authored over 8 years ago
[PostgreSql] lastInsertId supports non-standard sequence names

0ca179081a15937f53be14bc61b10464401a90c8 authored over 8 years ago
[Sqlite] Throw exception if in-memory database is used #3319

d5bd93bb839908050dbfb5ec839f16023d782353 authored over 8 years ago
[PostgresTest] Print the reason why connection failed

24f2761bcceae9e7fd1fc79bee563d54f3b43c1a authored over 8 years ago
Db: add support for SQL dumps with Windows/DOS and MAC line endings

f57501d541d0d2b9c84314fd453f3bea60c92717 authored over 8 years ago
Db: clarify what parts of SQL dump are ignored

737619dc64eeb9166c22ffe9c84d3e6dc5974299 authored over 8 years ago
Db: extract readSql() method

8b65aab10f1af22936de1a79df427a437a04501d authored over 8 years ago
Fixed Db Module doc

38b37b97188f56e092ea61bd6c1f9bb74bd51367 authored over 8 years ago
Added a grabNumRecords to Db module (#3175)

8fec7ab2c7b34021922f729c57e1defe66d99902 authored over 8 years ago
merged latest patches from 2.1

7fe189c5a9a1b4421eac0c4897aae156c3a43c8b authored over 8 years ago
Added missing support for LIKE condition to SqlSrv driver (#3150)

* Added missing support for LIKE condition to SqlSrv driver

* Deleted misleading information ...

e75adf337a1348e9a5345c04945f198d9827e5ce authored over 8 years ago
Merge branch '2.1' into merge21

aabb70b81e334fc97069b65b9151a5e154674683 authored over 8 years ago
added commands for codestylefix, fixed codestyle

b9cda76a3ce0a91c21909cae79e189aa3f0a3003 authored over 8 years ago
merged 2.1

c59bba8bca24577922713210b9994f7c2c664207 authored over 8 years ago
#3128 Fixed stack overflow too comples regex (#3138)

Simple lazy/non-greedy match-all instead of complex non-capturing negative lookahead.

Still m...

9a448bd0225e2a604f5f0d0e8c03f78ab5662fd0 authored over 8 years ago
Updated documentation of Db module (#3139)

ce2426fae513f895393ab33ab6a2745f18030d25 authored over 8 years ago
Merge pull request #3121 from davidcochrum/patch-1

Allow INT Parameter SQL Binding

789df293bc76faf416327ed89fb14cf48d7a3684 authored over 8 years ago
Merge pull request #3040 from teeencho/patch-1

Support LIKE operator in Db Module

4e3172da10e619d09c91c93532f040e9247caf1c authored over 8 years ago
Simplify int check within `executeSelect()`

b3d9a43ab526c150393b1fcd6decd056c9eece96 authored over 8 years ago
Add tests for MySQL `BIT` field `SELECT` and `INSERT`

27615a95ffdb73c5d67fdb2915a823a00caa220e authored over 8 years ago
Add boolean handling to `executeQuery()`

2ec9f1a20f080c860344e372c96a634e5f83d1bb authored over 8 years ago
Allow INT Parameter SQL Binding

Solves Issue #3118

d18dd0f6a87566bfa915fd835ffce98832f87309 authored over 8 years ago
PSR-2 compliance (#3105)

* Add composer.lock to .gitignore

* Put direct link to coding standards description

* Fix ...

7c918e42ad84c2a7255bb8572c8e37c555b120bc authored over 8 years ago
merged with origin/master

3e30d8b6052a78f461e7b8f7bbf6923c47cd03d5 authored over 8 years ago
merged with 2.1

925024d444a2c40bd76cc0dfe2ac9e5d77a2e828 authored over 8 years ago
Merge branch '2.1' into merge-2.1-master

Conflicts:
.travis.yml
composer.json
src/Codeception/Lib/Connector/Laravel4.php
src/Codecept...

e675e2d1a06154e691069ce2c902c58cf067960a authored over 8 years ago
Support LIKE operator

Adding the ability to generate where clause with LIKE operator usage ['field LIKE' => '%value%']

95ea72e4b39c5660b9c4f3535e293c5dd7a98fcb authored over 8 years ago
Changed 'select from' to 'SELECT FROM' in generated SELECT statements for consistency

f27c875310db9249c0599962b59c044e030448ee authored over 8 years ago
DB: Display INSERT and SELECT parameters in debug output

195c331d4813711753881c077a9742b218c6e27a authored over 8 years ago
Merged 2.1 changes to master

03fc01a430d1b111bca3e78f304ab82acf11c060 authored almost 9 years ago
Changed the way sqlite is managing the files

e6f4bb302febb65bf42e5c91f263e43849cbe6e3 authored almost 9 years ago
merged with master

4d0d2714f566f837296975feaebd608e3beaab91 authored almost 9 years ago
merged with master

480a1f4c18a3cab2260cffb030a0c479d9d33e64 authored almost 9 years ago
fixed formattimg for CI

0b27070d8988635825ab24050f322b8848340989 authored almost 9 years ago
refactored to have multiple independent test formats

7c35ce0bb0d7e861983182350db1e55bd38d34ce authored almost 9 years ago
refactored to have multiple independent test formats

f7e7e5ea4d188255f7589c7f1014296293a6d087 authored almost 9 years ago
refactored to have multiple independent test formats

c09a05930e49de01c9f8f169387a4ba8e9600559 authored about 9 years ago
merged with 2.1

4c392ee8ca1be1b435f8e0048118800410f973b3 authored about 9 years ago
refactred to use metadata

470bee6d2206bd11da37c8f3c3de7f358c8b1e47 authored about 9 years ago
merged with 2.1, updated test loaders, fixed subscribers

b03b85a133532ef1a544e4f6ba8d72ca6c26d6f9 authored about 9 years ago
Fixing the failing test case: the Postgres driver now deletes all custom types during cleanup().

7d11e843ffc8ccc4009ab55d94fc4c77b30c5af3 authored about 9 years ago
Adding a failing test case for the Postgres driver deleting types during cleanup().

bb175fea726731353a71d0a17c0746146658eb90 authored about 9 years ago
Added support of dblib PDO driver

f47fbe473a5974b41ec165b8c36d93538e13f9e8 authored about 9 years ago
updated testformats with latest fixes in 2.1

548b95f214468b1800b93715dd5423ebbc4c8db7 authored about 9 years ago
Merge pull request #2441 from EspadaV8/feature/import-postgresql-with-schema-copy

Save the search path when importing Postgres dumps

e9f40e9cbfe681657f1528a9659010888bc5f234 authored over 9 years ago
Add test that selects from a postgres schema

The postgresql dump file has been updated to include another schema that just includes a single ...

7bda24f2533cc0dbc2424adf16797f4843f7999f authored over 9 years ago
Save the search path when importing postgres dumps

Currently the search path isn't saved when importing a PostgreSQL dump
which causes problems whe...

4d8057a6cdfdb46eb695495670f680a8072b149f authored over 9 years ago
Improve the Db module documentation

d53d4c2df78bdb69d390a476c8b82c941703a1e8 authored over 9 years ago
Marked getPrimaryColumn and deleteQuery methods as deprecated in Driver/Db

75f6e755ee2ed6d59bf9808aa3edbe8768b7e98c authored over 9 years ago
Implemented support for composite primary keys and tables without primary keys #1761

8da5e98dac2e25597af938df8b8dd7b701d4f193 authored over 9 years ago
Improved assertion messages in Db module

1d871cd5baf29f982daadbb4ff62f76876f575bc authored over 9 years ago
Use short array syntax

5caf828bc9f0eaa6a22d9edb2a9b39fd3788c8fe authored over 9 years ago
Implemented getPrimaryKey method for Sqlite, Mysql, Postgresql, Oracle and MsSql #1761

0b702bf6020128a1503d2af0c0808ac11511ef94 authored over 9 years ago
Use SqlSrv driver for MsSql DSN

2c2d02d61bd9a4adf7684b1a6ca2f8c36dc8c472 authored over 9 years ago
Deleted Oracle driver

194855ea837d95ababf7218aaddc6d618d465497 authored over 9 years ago
Implemented method deleteQueryByCriteria

96660d0038251a9c4579398269da16d21db5415d authored over 9 years ago
Created method executeQuery which prepares and executes query

a11ca1acc8e7ef1339e74712ca5248a54f6c3ed1 authored over 9 years ago
Extracted Where generation to generateWhereClause method

21f66397b590ae75d32e2c7022a190953ecc24d8 authored over 9 years ago
Improved formatting

c606b216de3e2825961e801feb827e7c87ed4e5f authored over 9 years ago
Moved mysql specific implementation of getPrimaryColumn method to Mysql driver, Db defaults to 'id'

100f05d0ec2229a7909922f605fef054716b7413 authored over 9 years ago
Added test for $$ opening quote when is not at the beginning of the line

803a3ae28ab450090edf9d1289fae15fdc65d847 authored over 9 years ago
Enhance dollar quoting ($$) processing

Fix Codeception/Codeception#2185
The old code handled dollar-quoted blocks only if the $$ is at ...

fc3324af97abe38b46f5f24437df34089d4c38ce authored over 9 years ago
Fixed unsetting criteria when IS NULL condition is used

05262d42505f20d1b44e0e502f7fb0ce2648395d authored over 9 years ago
Deleted deleteQuery method which is identical to deleteQuery of parent method

915d1d2a14903b15cb1d511cc82174dc29cad7dc authored over 9 years ago
Removed select method from child classes because they were identical to select method of parent class

f67f3556c5a4b21205532090748d0f2619c8eeef authored over 9 years ago
Use double quotes to quote name by default

dc3f8722f7e0b793f75b70c59e28b1af935c00d7 authored over 9 years ago
Use getQuotedName() for escaping table name in DB Driver's select()

f4426695e620c59522c32b31b94da4e6053f7be4 authored over 9 years ago
Documenting format of dump.sql

Moving the documentation to the source so it can be generated.

See https://github.com/Codecep...

c61c5a8b120571ae1f2b457327b6f27379a2aecb authored over 9 years ago
Cleanup should happen only if enabled

Issuing a request for the 2.1 branch.

This is a follow up for: https://github.com/Codeception...

b5cdd220a12d815d52fa55dd1cc655fe50e2c454 authored over 9 years ago
merged with 2.0

f440585fb1fe990b00fb57da4d8dcf0babeb29de authored over 9 years ago
updated docs and changed version

252fe8a2a40a568431678b7cda2a817889b7bca0 authored over 9 years ago
Db: renamed to `seeNumrecords`

04959e9d0c6d7e073757d6c994b37692c215670f authored over 9 years ago
Improved asserting style

d60aac50d5904fa45ac5aed9e56d35ed664844db authored over 9 years ago
Fixed misspelling

8833cf272a02d673d264fcccaa289c161b77b7d3 authored over 9 years ago
Added Codeception\Module\Db::countInDatabase

a4fa0dfbcdaddd1104b993fe402175c3a2435406 authored over 9 years ago
Update SqlSrv.php for a primary column function

SqlSrv uses a proper function to get primary column.

49d20357250431b87097ef457ab7ed4f87b74feb authored over 9 years ago
merged with 2.0

9ab5eebf0a97454b8a860dfa755030c715a15cc8 authored over 9 years ago
Code cleanup (PSR-2) and some refactoring

- Basic syntax checking and cleanup
- Changed code for a little more consistency

fef703206db414dce79edaf33a3c87935958febb authored over 9 years ago
Merge branch 'master' into make-connection-in-setUp

42f961dfa4001c55a79555e9287cc234ba0e1a15 authored over 9 years ago
Added missing space

ef3aee56c131141c68b10f523adaf62f4ced4023 authored over 9 years ago
Implemented reconnect option in Db module

210bbf31fd02012949f2d5f342549fc44084b8c5 authored over 9 years ago
CS fixes

2f6caad523b1032c74cd1ea469a000ccc4df38f3 authored over 9 years ago
Fixed int assertion

e945043044880c603df58d69a12cb5ea37a75e80 authored over 9 years ago
Removed temporary sqlite files from git

392a468cea3955cdde34cac31472d8c1af00631e authored over 9 years ago
Connect to postgres in setUp

bea6bdf11b7418d612cf54ea6ff68dfd501b12d1 authored over 9 years ago
Connect to mysql in setUp

9507961632fd6b1bc7bbdace11e6fed0507162d3 authored over 9 years ago
enabled zf tests, fixed merge issues

876e78bc6bcf1032cb727bfaa140aaa64582c0dc authored over 9 years ago
merged with 2.0

ed09b0bcd9e6d6d8238867486eff4e74a26b3b94 authored over 9 years ago
fixed mysql tests

e15b0c17f269660e0e77453fe7a51711b316c217 authored over 9 years ago
fixed tests

a9b09a2e1d60a90b1e8f8e5d6b0e3c97c94d90a3 authored over 9 years ago
Throw a more specific exception if database driver is missing in PDO

de946c79440cb7b5148e3d93c8797720476cdd65 authored over 9 years ago