Socket
Socket
Sign inDemoInstall

tedious

Package Overview
Dependencies
Maintainers
1
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedious - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.tedious.sublime-project

2

package.json

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/pekim/tedious",
"version": "0.0.2",
"version": "0.0.3",
"main" : "./lib/tedious.js",

@@ -12,0 +12,0 @@ "repository": {

@@ -14,14 +14,8 @@ Tedious (node implementation of TDS)

------
Tedious is just about useable for simple statements.
Current version: v0.0.3
- Session establishment and authentication work.
- Sending SQL statements (in a `SQL_BATCH` packet) works for some simple statements.
- Many simple data types are supported.
- An event for column metadata in the response is emitted.
- Events for each row in the response are emitted.
Tedious is useable if your requirements are modest.
There's still a lot that needs doing.
There's plenty that needs doing (but nothing that should stop successful simple usage).
- Support for more data types.
- The API needs to change to support statement execution with a Statement class.
- Decoding of column metadata flags.

@@ -31,3 +25,2 @@ - Decoding of collation data.

- Support for transactions.
- Better support for large values (for example integers over 53 bits).

@@ -38,2 +31,6 @@ Documentation

Discussion
----------
Google Group - http://groups.google.com/group/node-tedious
Licence

@@ -43,3 +40,3 @@ -------

Copyright (c) 2010-2011 Mike D Pilsbury
Copyright (c) 2010-2012 Mike D Pilsbury

@@ -46,0 +43,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc