Rand Stats

SQL::Abstract

zef:leont
Revision history for SQL-Abstract

0.0.4  2023-05-25T22:13:45+02:00
    - Allow locking clause to specify multiple tables
    - Allow multiple locking clauses in Select
    - Add pair-pair converter for column
    - Allow for multiple upsert clauses
    - Add support for CURRENT OF
    - Rename delay to delegate
    - Allow for easier use of over on named windows
    - Allow custom precedence for render()
    - Rename $common-tables to $common

0.0.3  2023-05-19T18:45:23+02:00
    - Split out Placeholders to SQL::Placeholders
    - Move Query to SQL::Query

0.0.2  2022-10-15T13:49:47+02:00
    - Make GroupBy support non-trivial grouping elements
    - Allow for constants in Conditions

0.0.1  2022-09-26T17:31:20+02:00
    - Initial version