An open API service providing commit metadata for open source projects.

GitHub / cakephp/database / commits

[READ-ONLY] Flexible and powerful Database abstraction library with a familiar PDO-like API. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp

SHA Message Author Date Stats
9c23364f Document driver-specific function transforms (#19566) othercorey <c****l@g****m>
Committed by: GitHub <n****y@g****m>
21 days ago
cfb61b98 Initialize typed schema properties absent in legacy serialized data (#19563) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
26 days ago
13b1b9b1 Update version constraints and branch aliases Mark Story <m****k@m****m> 30 days ago
6bc8a3f9 Improve type inference (#19545) ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
bdbeefce Mark $config argument in Driver's methods as sensitive parameter (#19536) ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
1420d02d merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> about 1 month ago
f62fe0a8 Fix weakness in FunctionsBuilder::jsonValue() with postgres (#19530) Mark Story <m****k@m****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
f69bb1da Fix parameter handling in FunctionsBuilder (#19520) Mark Story <m****k@m****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9ac0b994 Fix docblock type (#19515) ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
675cbab4 merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> about 2 months ago
ae0dd81a Fix missing trailing backtick ADmad <a****r@g****m> about 2 months ago
bd9bbcf0 merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 2 months ago
e9751d2b Remove phpstan prefixed annotations. (#19499) ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
27fee581 Improve type declaration/inference (#19496) ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
0af019c0 merge Merge remote-tracking branch 'origin/5.x' into 5.next Mark Scherer <d****k@u****m> 3 months ago
68bba8eb Remove stale PHPStan ignores from Database split package config (#19488) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
86622fa2 merge Merge pull request #19462 from cakephp/5.next-phpstan ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
886b9243 Simplify generics template for event subject ADmad <a****r@g****m> 3 months ago
54c40b87 Add LoggedQuery::setRedactor() to scrub sensitive params from logs (#19419) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
5f1f46be merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 3 months ago
442d12bf merge Merge pull request #19460 from cakephp/phpstan ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
0b757673 Update phpstan ADmad <a****r@g****m> 3 months ago
da537d3a Add Connection.afterCommit event for outermost-commit hooks (#19429) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
355109e3 merge Merge branch '5.x' into 5.next mscherer <d****k@w****e> 3 months ago
56f2374e Narrow Table::find() to SelectQuery<TEntity> + make TSubject covariant (#19440) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
9677dff6 Fix `@see` annotations (#19443) ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
67b68b93 merge Merge branch '5.x' into 5.next Kevin Pfeifer <k****r@s****t> 3 months ago
6fc32099 Update ORM Query docblock references to SelectQuery (#19436) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
399f79f7 DateTimeType: accept date-only Y-m-d strings, marshal to midnight (#19426) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
c4c271c9 Added support for extracting translations for labels (#19415) Nicos Panayides <n****p@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
daeef18e Add EnumLabelTrait and Label attribute (#19405) ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
e7e6db5f merge Merge pull request #19383 from cakephp/feature/connection-on-commit Jamison Bryant <j****n@b****i>
Committed by: GitHub <n****y@g****m>
4 months ago
b4a7d7aa Add portable stringAgg() support to FunctionsBuilder (#19386) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b262a904 Add EXCEPT and EXCEPT ALL set operations to SelectQuery (#19385)
Co-authored-by: Mark Story <m****k@m****m>, Mark Story <m****k@m****m>, Mark Story <m****k@m****m>
Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b55c0c3c Simplify afterCommit exception handling to match framework convention Jamison Bryant <j****n@b****i> 4 months ago
b0331612 Rename onCommit() to afterCommit() to match CakePHP naming convention Jamison Bryant <j****n@b****i> 4 months ago
b04dd8e3 Add Connection::onCommit() for deferred post-commit callbacks Jamison Bryant <j****n@b****i> 4 months ago
88cd2820 Add PostgreSQL index access method reflection support (#19369)
Co-authored-by: Mark Story <m****k@m****m>
Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
23744d33 merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 5 months ago
cf94dcb5 merge Merge pull request #19372 from cakephp/stan ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
1c98d66b Add postgis reflection query (#19117)
Co-authored-by: mscherer <d****k@w****e>
othercorey <c****l@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
79d81e45 Update phpstan and improve type inference ADmad <a****r@g****m> 5 months ago
adaea6db Add notBetween() method for NOT BETWEEN expressions (#19363) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
0732efc9 Add inOrNull() convenience method and fix TypeMap propagation (#19362) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
3ffe975d Add support for IS DISTINCT FROM / IS NOT DISTINCT FROM` (#19360)
Co-authored-by: celsowm <3****m@u****m>, google-labs-jules[bot] <1****]@u****m>
celsowm <c****m@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
0ea5b15d Return null from Number::parseFloat() on parse failure (#19347) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
cea74e8a merge Merge remote-tracking branch 'origin/5.x' into 5.next mscherer <d****k@w****e> 5 months ago
0f973e2f Add strict mode to in_array() calls (#19344) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
6fd6e1af merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 5 months ago
de8d7f56 merge Merge pull request #19321 from cakephp/split-packages-stan ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
94d32431 Fix phpstan errors for split packages ADmad <a****r@g****m> 5 months ago
c2c644e0 merge Merge pull request #19320 from cakephp/next-branch-alias ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
2f1df3ac Update branch alias for 5.next => 5.4 ADmad <a****r@g****m> 5 months ago
f2401351 merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 6 months ago
768d31c4 Add proper generic type annotations (fixes missingType.generics) (#19200)
Co-authored-by: Marcelo Rocha <c****o@o****r>
Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
7959b464 fix MySQL DEFAULT_GENERATED bug in schema reflection (#19294) Kevin Pfeifer <i****o@p****e>
Committed by: GitHub <n****y@g****m>
6 months ago
bd6d40a6 Cast float column attributes to int for PHP 8.4 compatibility (#19295) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
35d6ebc4 merge Merge branch '5.x' into 5.next Kevin Pfeifer <k****r@s****t> 6 months ago
328aba34 Add collation support for uuid columns in MySQL (#19290) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1054169c merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 6 months ago
fb09a726 Fix undefined array key 'origin' on older SQLite versions (#19218) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
7b0dc666 merge Merge branch '5.x' into 5.next Kevin Pfeifer <k****r@s****t> 6 months ago
1c0477b9 Add connection name to QueryException for easier debugging mscherer <d****k@w****e> 6 months ago
c1fd8372 merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 7 months ago
67e9a94d Remove trailing spaces from GROUP BY and HAVING SQL templates (#19233) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
cc60cafb Correct code example for Query::traverseParts() Marc Würth <r****e@b****h>
Committed by: GitHub <n****y@g****m>
7 months ago
30a1146f Add fixed option for binary column type in MySQL (#19207) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
92aa7834 Add BIT type support to MysqlSchemaDialect (#19223) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
f0a61b3e merge Merge branch '5.x' into 5.next ADmad <a****r@g****m> 7 months ago
1fa475cf Fix bugs, typos and loose comparisons mscherer <d****k@w****e> 7 months ago
85bea8c4 merge Merge pull request #19188 from cakephp/fix-typos-and-code-quality ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
9fd44663 merge Merge pull request #19187 from cakephp/fix-typo-and-docs ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
3b18c942 Fix typos and code quality issues mscherer <d****k@w****e> 7 months ago
2c0ac085 Fix additional documentation and code issues mscherer <d****k@w****e> 7 months ago
f764a483 Fix typo and complete addMockResponse documentation mscherer <d****k@w****e> 7 months ago
1f57cb1b merge Merge pull request #19186 from cakephp/types ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
f53c349b Improve type inference ADmad <a****r@g****m> 7 months ago
b4e203cf merge Merge pull request #19181 from cakephp/54-dev-update othercorey <c****l@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
557e0f00 merge Merge pull request #19184 from cakephp/fix-ci-rector-phpstan othercorey <c****l@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
fe89a489 Fix CI failures: rector and phpstan issues mscherer <d****k@w****e> 7 months ago
503e5ace Bump dependencines and branch aliases for 5.4 Mark Story <m****k@m****m> 7 months ago
7ce19b49 Update constraints in packages Mark Story <m****k@m****m> 7 months ago
645b42d3 Add geometry srid reflection for mysql (#19158) othercorey <c****l@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
a8b25bee Fix typo
Co-authored-by: Copilot <1****t@u****m>
ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
0fc4a45a Cleanup EnumType. ADmad <a****r@g****m> 8 months ago
3f363437 Revert postgres column regex after removing unused parsing Corey Taylor <c****l@g****m> 8 months ago
dbb4f299 Add tests for postgis geospatial types (#19113) othercorey <c****l@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
b77a6b6b Fix TypeError in TableSchema::__unserialize() with integer keys (#19089) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
7f3b19c0 merge Merge pull request #19078 from cakephp/5.3-cleanup Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
33213906 Code cleanup ADmad <a****r@g****m> 9 months ago
1892b7e9 Add geography type mapping to StringType (#19072) Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
dd5ba95e merge Merge remote-tracking branch 'origin/5.x' into 5.next mscherer <d****k@w****e> 9 months ago
51c1d8d7 Expand types in TypeFactory and add fallback (#19063) Mark Story <m****k@m****m>
Committed by: GitHub <n****y@g****m>
9 months ago
f51e538f Fix up more docblock sentences/types. (#19065) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
eae3f78f merge Merge pull request #19053 from cakephp/5.x-docblocks ADmad <a****r@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
f1400bb8 Fix up more docblock sentences. mscherer <d****k@w****e> 9 months ago
b3ab6617 Fix up more docblocks to clarify exceptions etc. (#19051) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
607ca4e2 Fix up hasValue() docs. (#19050) Mark Scherer <d****k@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
247f23b7 merge Merge pull request #19025 from cakephp/fix-rector othercorey <c****l@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
47917c28 Fix static function access rector error Corey Taylor <c****l@g****m> 10 months ago

← Back to repository