0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Basic connection retention More... over 11 years ago
Reuse connections. But now we need to retain them sometimes... More... over 11 years ago
= -> : More... over 11 years ago
Handle queued connections, although it should be handle then when a connection isfinished with, not when closed connections. More... over 11 years ago
Largely broken pooling implementation More... over 11 years ago
Rename Pool to ConnectionPool More... over 11 years ago
Add missing return More... over 11 years ago
Try adding a connection pool More... over 11 years ago
Added better error handling More... over 11 years ago
Handle connection errors properly(?) More... over 11 years ago
Improve example code More... over 11 years ago
Added an example file More... over 11 years ago
Changed TableCreator to QueryRunner More... over 11 years ago
Added utility class, currently with classes which can create and drop tables. More... over 11 years ago
v0.0.6 for latest SDK changes More... over 11 years ago
Fix optional named parameter More... over 11 years ago
Update for latest dart changes More... over 11 years ago
Merge branch 'master' of github.com:jamesots/sqljocky More... over 11 years ago
Remove abstract method modifiers More... over 11 years ago
Change positional parameters in Connection.connect() to named parameters. Upped version to 0.0.5, but not tagging yet. More... over 11 years ago
Made some stuff private More... over 11 years ago
Replace Dynamic with dynamic More... over 11 years ago
Use options_file instead of optionsfile More... over 11 years ago
Added author and homepage to pubspec, and pointed optionsfile at pub.dartlang.org. More... over 11 years ago
Made class abstract More... over 11 years ago
Put 'as Math' back in - dart doesn't like it when it's gone - I don't know why. More... over 11 years ago
Use int.parse() and double.parse() More... over 11 years ago
Use new library/import/part syntax More... over 11 years ago
Use optionsfile More... over 11 years ago
Updated for latest package layout and some other SDK changes. More... over 11 years ago