• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Shopify / activerecord-pedantmysql2-adapter
94%
master: 91%

Build:
Build:
LAST BUILD BRANCH: adapter_class_name_method
DEFAULT BRANCH: master
Repo Added 20 May 2014 07:18PM UTC
Files 5
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH drop-table-no-exception
branch: drop-table-no-exception
CHANGE BRANCH
x
Reset
  • drop-table-no-exception
  • README-DATABASE_URL
  • adapter_class_name_method
  • cannot-connect
  • exec-delete-without-pedant
  • fix-no-db-error
  • lets-try-that-again
  • master
  • multiple_gemfiles
  • new-major-version
  • remove-unnecessary-to-sql
  • shipit-deploy/rubygems
  • silence_warnings
  • stop-testing-on-ar-4x
  • thread-safe
  • update-for-newer-active-record
  • v0.0.3
  • v0.1.0
  • v0.1.1
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.2.0
  • version-1.1.0-bump

pending completion
99

push

travis-ci

Edouard-chin
Do not raise exception if Mysql warns about unexisting table when dropping it:

- When a SQL query like this gets executed `DROP TABLE IF EXISTS `no_such_table`', Mysql will output a simple warning
```
     mysql> DROP TABLE IF EXISTS test.no_such_table;
     Query OK, 0 rows affected, 1 warning (0.00 sec)
     mysql> SHOW WARNINGS;
     +-------+------+------------------------------------+
     | Level | Code | Message                            |
     +-------+------+------------------------------------+
     | Note  | 1051 | Unknown table 'test.no_such_table' |
     +-------+------+------------------------------------+
     1 row in set (0.00 sec)
  ```
- pedant_mysql adapter should not raise an exception on this warning

103 of 110 relevant lines covered (93.64%)

46.25 hits per line

Relevant lines Covered
Build:
Build:
110 RELEVANT LINES 103 COVERED LINES
46.25 HITS PER LINE
Source Files on drop-table-no-exception
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
99 drop-table-no-exception Do not raise exception if Mysql warns about unexisting table when dropping it: - When a SQL query like this gets executed `DROP TABLE IF EXISTS `no_such_table`', Mysql will output a simple warning ``` mysql> DROP TABLE IF EXISTS test.no_such... push 27 Jul 2017 05:13PM UTC Edouard-chin travis-ci pending completion  
97 drop-table-no-exception Do not raise exception if Mysql warns about unexisting table when dropping it: - When a SQL query like this gets executed `DROP TABLE IF EXISTS `no_such_table`', Mysql will output a simple warning ``` mysql> DROP TABLE IF EXISTS test.no_such... push 25 Jul 2017 07:54PM UTC Edouard-chin travis-ci pending completion  
See All Builds (121)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc