Beakerboy / VBA-SQL-Library

Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
69 stars 16 forks source link

Remove Testing Code and improve WHERE clauses #1

Closed Beakerboy closed 6 years ago

Beakerboy commented 6 years ago

Abstracting away the recordset to allow custom testing systems. Changed the Where clauses from a Dictionary to a separate object. Created the Where Group to handle multiple where clauses