PostgreSQL Adapter Project - Code Review 1 Changes
Contents
General Research
- Can postgreSQL be configured to have the where clause use case insensitive compare for string values? i.e. (
select 'Grace' = 'grace'
=> should return true) - Add UUID generation to x64 versions
- Does
extract(epoch from value)
return milliseconds? - What encoding (UTF-8 and/or UTF-16) does PostgreSQL use for unicode? Can this be configured per column?