NEWS.md

SCDB 0.4.1

Improvements and Fixes

Testing

SCDB 0.4.0

BREAKING CHANGES:

Most SCDB functions allow for tables to be specified by a character representation of "[catalog].schema.table".

Before, if no schema was implied in this context, SCDB would attempt to match the table among both permanent and temporary tables.

Now, it will always assume that a lack of schema means the default schema should be used. This is also the case if DBI::Id() is used without a schema specification.

In addition, schema is always returned in the list of tables (no longer NA for default schema).

If you wish to overwrite this, use ... arguments which are passed to DBI::dbCreateTable().

New features

By passing a tbl_sql object to this function, the corresponding table will be deleted once the parent function exits.

See lock_table() and unlock_table().

Improvements and Fixes

Testing

SCDB 0.3

Minor Improvements and Fixes

Other news

SCDB 0.2.1

Minor Improvements and Fixes

Other news

SCDB 0.2

Breaking changes

New features

Minor improvements and fixes

Known issues

SCDB 0.1

Features

Testing

Documentation



Try the SCDB package in your browser

Any scripts or data that you put into this service are public.

SCDB documentation built on Oct. 4, 2024, 1:09 a.m.