(val)
| 58 | "see the sqlite3 documentation for suggested replacement recipes") |
| 59 | |
| 60 | def adapt_date(val): |
| 61 | warn(msg.format(what="date adapter"), DeprecationWarning, stacklevel=2) |
| 62 | return val.isoformat() |
| 63 | |
| 64 | def adapt_datetime(val): |
| 65 | warn(msg.format(what="datetime adapter"), DeprecationWarning, stacklevel=2) |