From: Peter Rabbitson Date: Thu, 25 Sep 2014 12:00:59 +0000 (+0200) Subject: Release 1.79 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=0ca23f3b8e7614421c0ea9d2bf04bc060e7c7ec5 Release 1.79 --- diff --git a/Changes b/Changes index fb7ba1d..c78b007 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.79 2014-09-25 +---------------------------- - New exportable functions: is_literal_value($) and is_plain_value($) - New attribute 'escape_char' allowing for proper escape of quote_chars present in an identifier diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index a18e493..84499ec 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.78'; +our $VERSION = '1.79'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases