All notable changes to this project will be documented in this file.
- add TextArrayToStrings
- add ability to specify custom datatype mapping
- fix handling IN operator with empty values
- add GetParams to iterator for inspection.
- fix handling text[] datatype
- add FOR UPDATE,SHARE,...
- add SKIP LOCKED
- updated dependencies
- add RightOuterJoin and deprecate RightJoin
- add checks in JOIN SQL writing to prevent panics
- remove dependency on field ordinal of pgcolum
- add operand with google uuid.UUID type
- add FieldAccess.GreaterThan
- fix custom expression result handling
- (potential breaking) change of signature of FieldAccess[T].In() (from any -> T)
- put SQL AS expression in brackets
- relax interface of ordery, add NewSQLConstant
- add ilike
- replace panic call on StringToUUID conversion
q
- indent non-comparision operators in pretty SQL
- SQL printing uses no tabs/line-ends; use IndentedSQL for a more-pretty form
- initial major version after one year using it in a commercial production environment.