You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test logs the following warnings that needed be fixed.
┌ Warning: DEPRECATED: Passing an engine is no longer required for creating a database. This will be removed in a future release. Please update your call create_database(ctx, name).
└ @ RAI ~/work/raicode/raicode/src/api.jl:446
┌ Warning: DEPRECATED: The overwrite option is no longer supported for creating a database. This will be removed in a future release. Please delete an existing database before attempting to create it.
The text was updated successfully, but these errors were encountered:
The test logs the following warnings that needed be fixed.
┌ Warning: DEPRECATED: Passing an
engine
is no longer required for creating a database. This will be removed in a future release. Please update your callcreate_database(ctx, name)
.└ @ RAI ~/work/raicode/raicode/src/api.jl:446
┌ Warning: DEPRECATED: The
overwrite
option is no longer supported for creating a database. This will be removed in a future release. Please delete an existing database before attempting to create it.The text was updated successfully, but these errors were encountered: