[DBIx-Class-Devel] [dbsrgits/sql-translator] Oracle parse current timestamp (PR #142)

hazardv notifications at github.com
Wed Aug 10 17:00:47 GMT 2022


Fixes Issue #141 

Implements rules from MySQL.pm parser related to CURRENT_TIMESTAMP as a DEFAULT (MySQL and Oracle use the same syntax for this specific feature). Tests have been added to t/15oracle-parser.t to verify changes.
You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/sql-translator/pull/142

-- Commit Summary --

  * Added support for CURRENT_TIMESTAMP as a default value when parsing Oracle SQL.
  * Added tests to verify changes to oracle parser.

-- File Changes --

    M lib/SQL/Translator/Parser/Oracle.pm (17)
    M t/15oracle-parser.t (15)

-- Patch Links --

https://github.com/dbsrgits/sql-translator/pull/142.patch
https://github.com/dbsrgits/sql-translator/pull/142.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/142
You are receiving this because you are subscribed to this thread.

Message ID: <dbsrgits/sql-translator/pull/142 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20220810/9e4c8fa1/attachment.htm>


More information about the DBIx-Class-Devel mailing list