Adam Halfar
|
8a993b1834
Merge branch '5.next' into Rector_UP_TO_PHP_81
|
1 year ago |
Adam Halfar
|
681fa3fa60
Add changes from rector rule SymplifyQuoteEscapeRector
|
1 year ago |
Adam Halfar
|
6f5c9df2da
Rector fixes from rule set LevelSetList::UP_TO_PHP_81
|
1 year ago |
Mark Story
|
1f4affadf6
Make sqlite store values as text
|
1 year ago |
Mark Story
|
d3193aef42
Add integration test for mysql & sqlite schema reflection
|
1 year ago |
Mark Story
|
9d1326b970
Implement geospatial types for sqlite
|
1 year ago |
Corey Taylor
|
a38010c9e6
Convert test annotations to attributes.
|
1 year ago |
Kevin Pfeifer
|
19a3f9ee73
merge 5.x -> 5.next (#17498)
|
2 years ago |
Mark Scherer
|
91fd995d88
Shim binary16 support for migration based testing (#17421)
|
2 years ago |
Jorge González
|
3b9ac38f4d
add table schema mapping for sqlite3 UUID_TEXT column type
|
2 years ago |
Kevin Pfeifer
|
ddd7b022ac
minor test cleanup
|
2 years ago |
ndm2
|
62677da727
Improve/fix Sqlite index and foreign key support
|
2 years ago |
Kevin Pfeifer
|
04b02a3e6c
convert returnCallback() to willReturnCallback()
|
2 years ago |
Kevin Pfeifer
|
1f5036d20b
convert returnValue() to willReturn()
|
2 years ago |
ndm2
|
13736874ae
Fix SQL Server schema not recognizing unique indexes as unique.
|
3 years ago |
Corey Taylor
|
98f8fdd628
Fix auto increment detection for tables with non-id primary keys
|
3 years ago |
ADmad
|
d69f959ee4
Rename Driver::createPDO() to Driver::createPdo()
|
4 years ago |
ADmad
|
92d58e2fba
Don't expose PDO instance of Driver publicly.
|
4 years ago |
ADmad
|
84a5828689
Update property and methods for better readability.
|
4 years ago |
ADmad
|
8c12b0559c
StatementDecorator no longer implements Countable.
|
4 years ago |
Corey Taylor
|
aeae58926b
Merge branch '4.next' into 5.x
|
4 years ago |
Mark Story
|
2dcd35c3aa
Remove redundant listTablesAndViews method
|
4 years ago |
rmarsh1ua
|
64e56a4cba
Allow for excluding views from listTables() (#16123)
|
4 years ago |
ADmad
|
1f22b1c543
Remove DriverInterface::setConnection().
|
4 years ago |
Corey Taylor
|
27b1080860
Add native return types in tests/
|
4 years ago |
Corey Taylor
|
30dab5436d
Fix return typehints in tests
|
4 years ago |
Corey Taylor
|
52d80ab851
Fix tests param typehints
|
4 years ago |
Corey Taylor
|
1f7fa935ba
Return array instead of false for empty fetchAll() mock return
|
4 years ago |
chris cnizzardini
|
3a42a052f5
Use `assertSame()` instead of `assertEquals()`
|
5 years ago |
chris cnizzardini
|
cccb36b002
updates test for TableSchema::TYPE_TEXT change
|
5 years ago |