0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a TinyTds::Result#cancel method and a few tests that show the importance of it. May hook dbcancel into places where the fit hits the shan in the result just to clear the way for the next query. Also tested importing the schema. More... almost 15 years ago
Adding support methods to test case for sqlserver schema tests. More... almost 15 years ago
Starting to do value conversions of raw row data. More... almost 15 years ago
Personalize license. More... almost 15 years ago
Testing query options for array/keys. Add a #fields accessor to the result. More... almost 15 years ago
Successive calls to enumerate result always returns the rows. More... almost 15 years ago
Enough code to return an array of one result set, no row value casting yet, right now all are nil. More... almost 15 years ago
A lot more built out for the result structure and a basic #execute for the client. Includes a refactoring to local var names for both the client/result wrappers to avoid name collisions and keep macros abstract. More... almost 15 years ago
[WIP] Starting on building the result object. More... almost 15 years ago
Update notes. More... almost 15 years ago
Adding some manual close methods with a query checker. More... almost 15 years ago
Create getter for tds version. Also use INT2FIX since it's faster and my int's are low in these places. More... almost 15 years ago
Login timeout is now in place and working. Also put in a query timeout init hook, will later have a run time setter for that too. More... almost 15 years ago
Fixing a few compiler warnings. More... almost 15 years ago
Big step in implementing the complex duo that is the error/message handlers. Includes new helpers assertions for examining and asserting TinyTds errors. Left a few comments in the error handler for the next steps. More... almost 15 years ago
Add notes and todos to the project. More... almost 15 years ago
A few pessimistic function calls during login process and memory clean only when struct members are available. More... almost 15 years ago
Real connection options. More... almost 15 years ago
Creatign a better extconf file. More... almost 15 years ago
Getting close to making a connection. More... almost 15 years ago
[WIP] Serious flesh out of the client for a first test of connection. More... almost 15 years ago
Do not track the Gemfile.lock since this is for development. Ignore the "misc" directory so I can put things like ruby.h, intern.h, etc so TextMate can command complete. More... almost 15 years ago
Simple copy changes. More... almost 15 years ago
Woot! Passing a few basic tests that prove the structure and build are correct! More... almost 15 years ago
Ignore Gemfile.lock More... almost 15 years ago
Remove lock file from version control. More... almost 15 years ago
Get the Rakefile working and building extension by finding freetds include dir. More... almost 15 years ago
Ignore .rvmrc file More... almost 15 years ago
Stubbing the c/ruby client and result classes. More... almost 15 years ago
Adding some stub ruby class structure. More... almost 15 years ago