1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

DBD::SQLite: fixed typo

This commit is contained in:
Kenichi Ishigaki 2009-11-03 07:55:20 +00:00
parent dfff65b64d
commit 6f1677bc46

View file

@ -4,7 +4,7 @@ Changes for Perl extension DBD-SQLite
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
- Foreign keys support is once again disabled by default.
It seems to have a greater impact than we expected and
it actually broke things. This featuer probably will be
it actually broke things. This feature probably will be
enabled by default by the sqlite team in the future, and
eventually you'll need to cope with it, but right now we
agreed with some discussion to give you more time to be