0
I Use This!
Inactive

Commits : Listings

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