3132333435363738
@Test public void testSelectStarParametrized(){ DefaultDialect dialect = new OracleDialect(); a("SELECT * FROM people WHERE name = ? AND ssn = ? AND dob = ?").shouldBeEqual( dialect.selectStarParametrized("people", "name", "ssn", "dob")); } }