File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## [ 5.6.0] ( https://github.com/phalcon/cphalcon/releases/tag/v5.6.0 ) (2024-01-09)
4
18
5
19
### Changed
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ class Postgresql extends PdoAdapter
501
501
*/
502
502
if field[9 ] !== null {
503
503
let definition[" default" ] = preg_replace(
504
- " /^'|'?::[[:alnum:][:space:]]+$/" ,
504
+ " /^'|'?::[[:alnum:][:space:]]+( \\ [ \\ ])? $/" ,
505
505
" " ,
506
506
field[9 ]
507
507
);
You can’t perform that action at this time.
0 commit comments