Skip to content

3.0.0

Choose a tag to compare

@ralflang ralflang released this 30 Jun 16:42
· 2 commits to FRAMEWORK_6_0 since this release

chore: update CI
test: cover Horde_Db_Value_Text round-trip via updateBlob
fix(postgresql): keep text/CLOB values out of bytea LOB binding in updateBlob
Merge pull request #16 from horde/fix/postgresql-null-column-default
fix(postgresql): handle null value in binaryToString
fix(postgresql): guard null column defaults in extractValueFromDefault
test: add legacy Horde_Db_Adapter_Postgresql_Column null default test
Fix @PARAM type for extractValueFromDefault to string|null
fix(postgresql): guard null column defaults in extractValueFromDefault
Merge pull request #14 from horde/fix/string_into_binary_storage
Add blob handling tests for scalar binary payloads
fix(prefs): cast values to string before binary SQL storage