~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to test/requirements.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
                    ('oracle', None, None,
579
579
            "this may be a bug due to the difficulty in handling "
580
580
            "oracle precision numerics"),
581
 
                    ('postgresql+pg8000', None, None,
582
 
        "pg-8000 does native decimal but truncates the decimals."),
583
581
                    ("firebird", None, None,
584
582
        "database and/or driver truncates decimal places.")
585
583
                ]
610
608
                            ),
611
609
                    ('mssql+pymssql', None, None,
612
610
                                'mssql+pymssql has FP inaccuracy even with '
613
 
                                'only four decimal places '
614
 
                            )
 
611
                                'only four decimal places '),
 
612
                    (
 
613
                        'postgresql+pg8000', None, None,
 
614
                        'postgresql+pg8000 has FP inaccuracy even with '
 
615
                        'only four decimal places '),
615
616
                ])
616
617
 
617
618
    @property