0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of [email protected]:rvernagus/irdb More... almost 15 years ago
git generated changes... More... almost 15 years ago
Update to hoe 2.2.0. More... almost 15 years ago
Lowercase project name. More... almost 15 years ago
Clean up of coumns_spec. Split expectations into separate blocks. More... almost 15 years ago
Formatting changes. More... almost 15 years ago
Update field name in SQL Server spec. More... almost 15 years ago
Update README to identify not yet available items. More... almost 15 years ago
Add columns method to Database. More... almost 15 years ago
Remove task block around Hoe task. More... almost 15 years ago
Change column name from class to character_class...class is a special property, should never have been used. More... almost 15 years ago
Indent private section. More... almost 15 years ago
Shorten lines with ||=. More... almost 15 years ago
Task reorg. More... almost 15 years ago
Update Manifest.txt to include specs. More... almost 15 years ago
Update spec instructions. More... almost 15 years ago
Move specs to specs folder and add tasks to Rakefil for running specs. More... almost 15 years ago
Use hoe to package as gem. More... almost 15 years ago
Add mspec to run core specs with IronRuby. More... about 15 years ago
It's alright to call downcase on CLR strings now. More... about 15 years ago
No longer a need to convert CLR string to Ruby string. More... about 15 years ago
Fixed incorrect instance variable declaration; variable now matches accessor name. Remove direct references to @provider; accessor is preferred. More... about 15 years ago
Roll DatabaseState into Database...seemed like a good idea at the time. Use System::Data::ConnectionState for connection state in FakeConnection. More... about 15 years ago
Add execute_hash spec against table query. More... about 15 years ago
Update SQL Server specs per latest changes. More... about 15 years ago
Update Oracle specs per latest changes. More... about 15 years ago
Use begin_connection instead of connection blocks in execute methods. More... about 15 years ago
Return command from command method instead of yielding. This didn't help, it only complicated things. Use begin_transaction inside of execute_scalar instead of connection block. The latter closed the connection which we don't always want. More... about 15 years ago
Modified connection string so that it's no longer dependent on tnsnames file. More... about 15 years ago
Manage Database state with DatabaseState class. More... about 15 years ago