patio.parseInt8
and patio.defaultPrimaryKeyType
options.id
key from being created in a JsonArrayliteral
in dataset from
clausecomb
modulepg
moduletime
db type in postgres adapterbatchSize
and highWaterMark
when using the stream
dataset method\
escaping in postgres adapter as it is not the default in versions >= 9.1getModel
call where a table with the same name is added twice.errback
the query promise when an error is caught.handleRowDescription
on a patio query.logError
in transactions.streams
in transactions.comb
to v0.3.0
savepoints
and update transaction to conform with docs. #110stream
method to allow the streaming of large datasets from the database.isolate
option to db.transaction
to ensure that the transaction is not nested inside of a concurrently running transaction.fetchRows
, and execute
to be common between adapters.JSON
datatype.patio.sql.json
type for storing JSON datatypes.pg.js
1
if the migration fails. #92andGrouped*
methods..then
to .chain
.bind
or hitch
for performance.~15sec
before now ~10sec
multiInsert
to support the returning of results._
to identifiers.Using stirngToIdentifier on hash keys in select()
for doing aliases #87
v0.2.11
Updated 'grouped' methods to handle cases where they are called without an existing clause on the DS, and regenerated docs.
createMaterializedView
: Create a new materialized view.dropMaterializedView
: Drops a materialized view.refreshMaterializedView
: Refresh a materialized view.pg
, mysql
, and validator
..promise()
oneToMany
to load models when removing to call hookspatio.syncModel
to sync models with the databasepg://
in connection URI