1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/test
Ryuta Kamizono da5843436b SQLite3: Implement add_foreign_key and remove_foreign_key
I implemented Foreign key create in `create_table` for SQLite3 at
#24743. This follows #24743 to implement `add_foreign_key` and
`remove_foreign_key`.
Unfortunately SQLite3 has one limitation that
`PRAGMA foreign_key_list(table-name)` doesn't have constraint name.
So we couldn't implement find/remove foreign key by name for now.

Fixes #35207.
Closes #31343.
2019-02-11 14:15:16 +09:00
..
controllers Check all provided attributes of the message 2019-01-19 11:49:50 -05:00
dummy SQLite3: Implement add_foreign_key and remove_foreign_key 2019-02-11 14:15:16 +09:00
fixtures/files add attachments to the new inbound mail 2019-01-07 10:56:41 +11:00
generators Fix broken Mailbox generator test 2018-12-28 17:29:40 +09:00
jobs Import Action Mailbox 2018-12-25 21:32:35 -05:00
unit Allow skipping incineration of processed emails 2019-02-06 19:28:49 -05:00
test_helper.rb Import Action Mailbox 2018-12-25 21:32:35 -05:00