Query execution speed up.
This commit is contained in:
parent
5bff434eb0
commit
e0327bef69
10 changed files with 645 additions and 266 deletions
|
|
@ -89,6 +89,7 @@ INSERT INTO test_sample.link VALUES
|
|||
}
|
||||
|
||||
func TestInsertModelObject(t *testing.T) {
|
||||
cleanUpLinkTable(t)
|
||||
var expectedSql = `
|
||||
INSERT INTO test_sample.link (url, name) VALUES
|
||||
('http://www.duckduckgo.com', 'Duck Duck go');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue