issues
search
Codeception
/
module-db
DB module for Codeception
MIT License
23
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Configure nullable types explicitly
#73
W0rma
closed
4 months ago
0
Use short array syntax for consistency
#72
W0rma
closed
4 months ago
0
Add explicit support for PHP 8.3 in test pipeline
#71
szhajdu
closed
6 months ago
0
Validate PSR12 codestyle with PHPCS #69
#70
szhajdu
closed
6 months ago
1
Add PSR12 Validation with PHP CodeSniffer (PHPCS)
#69
szhajdu
closed
6 months ago
0
Make optional the auto-erase of the records, added by `haveInDatabase()`
#68
iliay-investing
opened
6 months ago
1
Fix a confusion between 'cleanup' and 'skip_cleanup_if_failed' configuration params
#67
iliay-investing
opened
6 months ago
0
Support ODBC 18 in tests
#66
szhajdu
closed
6 months ago
1
Issue having null values in database because of string type
#65
guraurobi
closed
11 months ago
2
Breaking change in 3.1.1: type error in call to `isBinary()`
#64
anomiex
closed
10 months ago
4
Fix Db::executeQuery() for null parameter
#63
W0rma
closed
10 months ago
15
Update Db.php
#62
Max95Cohen
opened
1 year ago
0
Create 3.1.1 release request
#61
pongee
closed
12 months ago
1
feat: allow developer to define own connection
#60
gjorgic
opened
1 year ago
0
Add tear down test for rows created with `haveInDatabase`on a table without auto increment
#59
JesusTheHun
opened
1 year ago
0
inserting null on an autoincrement primary key prevents cleanup
#58
jtopenpetition
opened
1 year ago
0
[bugfix] #58 allow inserts with primary key nulled to be rolled back
#57
jtopenpetition
opened
1 year ago
3
[bugfix] #49 Fix last insert id return type in case of dblib (3.x)
#56
szhajdu
closed
8 months ago
5
[bugfix] #49 Fix last insert id return type in case of dblib (2.x)
#55
szhajdu
closed
8 months ago
0
[DB error] PostgreSQL, for tables without sequences get "Undefined table: ERROR: relation '%_seq' does not exist"
#54
annechko
opened
1 year ago
0
[bugfix] #52 Fixed local testing in Docker
#53
cybd
opened
1 year ago
1
[PDOException] SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for host.docker.internal failed: Name or service not known
#52
cybd
opened
1 year ago
0
[bugfix] #49 Fix last insert id return type in case of FreeTDS (3.x)
#51
szhajdu
closed
1 year ago
0
[bugfix] #49 Fix last insert id return type in case of FreeTDS (2.x)
#50
szhajdu
closed
1 year ago
3
[TypeError] Return value of Codeception\Lib\Driver\Db::lastInsertId() must be of the type string, bool returned
#49
szhajdu
closed
8 months ago
0
[bugfix] #47 Malformed UTF-8 characters, possibly incorrectly encoded
#48
cybd
closed
1 year ago
0
[JsonException] Malformed UTF-8 characters, possibly incorrectly encoded
#47
cybd
opened
1 year ago
0
Fix dump loading (adds advice to increase pcre.backtrack_limit)
#46
rizort
closed
1 year ago
0
Changes from 2.x
#45
Naktibalda
closed
1 year ago
0
Feat: `haveInDatabase` tear down use row values if primary key values are available
#44
JesusTheHun
closed
1 year ago
5
feat: mysql helper to grab entire rows
#43
JesusTheHun
closed
1 year ago
5
Add docker elements to ease local testing
#42
JesusTheHun
closed
1 year ago
0
update links
#41
Arhell
closed
2 years ago
0
update links
#40
Arhell
closed
2 years ago
0
3.0:feat(multi-application): allow absolute path in dump files
#39
calvinalkan
opened
2 years ago
0
2.0:feat(multi-application): allow absolute path in dump files
#38
calvinalkan
opened
2 years ago
0
Tests pass when individually run, but fail when the run as a suite
#37
FirasSahli2010
opened
2 years ago
1
I get error message: codecept [PHPUnit\Framework\Error\Notice] Undefined index: default
#36
FirasSahli2010
closed
2 years ago
5
Update comments on grabFromDatabase
#35
KeitaHiguchi
closed
2 years ago
1
[Feature] Add function to check table existence
#34
amigian74
closed
8 months ago
2
Null safety in destructor
#33
Naktibalda
closed
2 years ago
0
[3.x] Check if `Db::$dbh` is not null before calling `inTransaction()`
#32
simonhammes
closed
2 years ago
2
Fix Sqlite primary key column detection on PHP 8.1
#31
Naktibalda
closed
2 years ago
0
Add no_cleanup_failed option for not cleaning up failed tests
#30
Archanium
closed
2 years ago
1
assertSame instead of assertEquals
#29
TavoNiievez
closed
2 years ago
0
Fix optional parameters
#28
TavoNiievez
closed
2 years ago
0
Suggestion: Add a function that waits for a value to appear in database
#27
dimitris-am
closed
2 years ago
1
Update codebase to PHP 7.4
#26
TavoNiievez
closed
2 years ago
0
Documentation for 'cleanup' configuration option
#25
7118path
opened
3 years ago
3
Update readme.md
#24
Arhell
closed
3 years ago
0
Next