[DBIx-Class-Devel] [dbsrgits/sql-translator] Added support for the 'double precision' type, and change the default precision from (8, 2) to none in MySQL. (#134)

Yoshiyuki Uehara notifications at github.com
Thu Apr 8 06:41:28 GMT 2021


This adds support for the 'double precision' type in MySQL.
And changes the default precision of double and float types from (8, 2) to none.


You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Support for the 'double precision' type, and change the default precision from (8,2) to none.

-- File Changes --

    M lib/SQL/Translator/Parser/MySQL.pm (15)
    M t/02mysql-parser.t (93)
    M t/30sqlt-new-diff-mysql.t (2)
    M t/30sqlt-new-diff-sqlite.t (4)
    M t/data/diff/create1.yml (4)
    M t/data/diff/create2.yml (6)

-- Patch Links --

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

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/134
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20210407/90711f8a/attachment.htm>


More information about the DBIx-Class-Devel mailing list