File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments