Skip to content

Commit 53c3411

Browse files
authored
Merge branch 'master' into 5.0.x
2 parents 1f2239e + e14ab77 commit 53c3411

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG-5.0.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
### Removed
2020

21-
# Changelog
22-
2321
## [5.6.0](https://github.com/phalcon/cphalcon/releases/tag/v5.6.0) (2024-01-09)
2422

2523
### Changed

phalcon/Db/Adapter/Pdo/Postgresql.zep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ class Postgresql extends PdoAdapter
501501
*/
502502
if field[9] !== null {
503503
let definition["default"] = preg_replace(
504-
"/^'|'?::[[:alnum:][:space:]]+(\\[\\])?$/",
504+
"/^'|'?::[[:alnum:][:space:]]+$/",
505505
"",
506506
field[9]
507507
);

0 commit comments

Comments
 (0)