« Posts by mariano

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes an issue where a missing namespace in NODE_PSYMBOL was making node-db fail on compilation for node on version 0.4.9, or lower.

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes an issue where error messages produced by faulty queries would be lost if more than one error was generated while running consecutive, async queries.

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes an issue where when not attaching an error event handler for the Query class or the Database class, node-db would produce a fatal error.

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes an issue where when using the Query.execute() method and specifying a query with placemarkers, replacement values, and a callback, node-db would always complain that the number of replacement values was invalid.

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes an issue where when numbers were passed on as string values they would transparently be converted as strings and may loose precision.

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes an issue where conversion of numeric values to JavaScript’s Number class could result in invalid values. Thanks to @tojocky for the fix.

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes issues with unit tests, and adds the possibility for the programmer to configure the precision of floating point numbers (see the Query::insert() method for more information.)

node-db drivers updated

All current node-db backed drivers have just seen updates:

This release fixes an issue where using big numbers when interpolating values on method-based queries would truncate the number value.

node-db drivers updated: nodejs 0.5.x now supported

All current node-db backed drivers have just seen updates:

This release allows node-db drivers to be installed on both nodejs 0.4.x and 0.5.x

db-drizzle 0.6.6 Released

db-drizzle version 0.6.6 was just released (See changelog).

This release fixes compilation warnings thrown on some operative systems.