8
0
Stephan Kulow
2014-09-15 16:04:01 +00:00
committed by Git OBS Bridge
parent 2287fc1be6
commit fd18b532a4
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 15 15:44:40 UTC 2014 - coolo@suse.com
- updated to 1.78
- Fix parsing of binary ops to correctly take up only a single LHS
element, instead of gobbling up the entire parse-to-date
- Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is
- Improve signatures/documentation of is_same_sql_bind / eq_sql_bind
- Retire script/format-sql - the utility needs more work to be truly
end-user convenient
-------------------------------------------------------------------
Mon Feb 24 06:12:15 UTC 2014 - coolo@suse.com