Skip to content

Commit 1bd44bf

Browse files
authored
Revert "T16371 postgres fix"
1 parent 0be989f commit 1bd44bf

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

CHANGELOG-5.0.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# Changelog
22

3-
## [5.6.1](https://github.com/phalcon/cphalcon/releases/tag/v5.6.0) (xxxx-xx-xx)
4-
5-
### Changed
6-
7-
### Added
8-
9-
### Fixed
10-
11-
- Fixed `/Db/Adapter/Pdo/Postgresql::describeColumns` to return the correct string back [#16371](https://github.com/phalcon/cphalcon/issues/16371)
12-
13-
### Removed
14-
15-
# Changelog
16-
173
## [5.6.0](https://github.com/phalcon/cphalcon/releases/tag/v5.6.0) (2024-01-09)
184

195
### 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)