We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f2239e + e14ab77 commit 53c3411Copy full SHA for 53c3411
CHANGELOG-5.0.md
@@ -18,8 +18,6 @@
18
19
### Removed
20
21
-# Changelog
22
-
23
## [5.6.0](https://github.com/phalcon/cphalcon/releases/tag/v5.6.0) (2024-01-09)
24
25
### Changed
phalcon/Db/Adapter/Pdo/Postgresql.zep
@@ -501,7 +501,7 @@ class Postgresql extends PdoAdapter
501
*/
502
if field[9] !== null {
503
let definition["default"] = preg_replace(
504
- "/^'|'?::[[:alnum:][:space:]]+(\\[\\])?$/",
+ "/^'|'?::[[:alnum:][:space:]]+$/",
505
"",
506
field[9]
507
);
0 commit comments