Skip to content

Conversation

@nitrog7
Copy link
Owner

@nitrog7 nitrog7 commented Apr 26, 2014

  • Adds single quote strict rules
  • No more nested functions within loops

phpnode and others added 30 commits November 6, 2014 23:35
fix #139, allow embedded queries in FROM
Using socket.end is hanging the process - socket.destroy with case-handling seem to be making it work.

Refer: http://nodejs.org/api/net.html#net_socket_destroy vs http://nodejs.org/api/net.html#net_socket_end_data_encoding
fix error messages, no more RequestError: null
Make list command output the correct list of dbs on the server (also removed the help / guidance messages so it just outputs a plain list I can pipe into grep easily)
List CLI command output correct data.
ensure prefetched records are resolved via ridbags
phpnode and others added 30 commits March 16, 2015 08:46
A solution for issue #279
Added milliseconds to the date conversion.
Missing `readonly` on Property update
fixed serialization issue (multiple backslash)
I couldn't figure out if there was a reason that a leading / (forward slash) is being escaped. However, because of this, trying to save a value that begins with a forward slash causes a lexical error in the SQL. (OreintDB 2.1 rc3).
Added tests that inserts and reads records with fields starting with a slash.
Escaping / (forward slash) causes SQL errors
adds descriptions to nested errors, should fix #324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.