Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 564 Bytes

TODO.md

File metadata and controls

14 lines (11 loc) · 564 Bytes

FIXME NEXT

  • un-skip tests

Later

  • Store keys objects in dm, much easier for debugging
  • Add "strict mode" to GitHub Actions: validation in dm_from_def()
  • Named PK and unique constraints: r-dbi/DBI#351 (comment)
  • dm_paste(): remove select argument from documentation, via _impl() function that takes dots and this argument, like dm_rm_pk()
  • Persistent test dm objects
    • Use copy_to(temporary = FALSE)
    • sqlite and duckdb: use file that can be discarded
    • Requires schema support for all databases