You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2019. It is now read-only.
Feature limit & benchmark tests & executable test moudle (#26)
* builder feature: union * complete README.md * UNION support *Builder only(it'll be better to reuse other components to avoid unnecessary problems) * add file head comment * modify file head comments * Uppercase: union -> UNION * enhance the function builder.From: allow query from a sub one * update related tests & update README.md * add one case in TestBuilder_From for simple from testing * fix bug & add test case * feature-limit & some tests add nested flag in builder that allow empty table name * Add file head comments Adjust references * Adjust references * Fix issue, adjust union function (will pass db dialect from base to its unions) * Fix unintended consequence in selectWriteTo * Update README.md * Fix issues & optimize codes * more test cases * optimize codes & update test cases * optimize codes & add benchmark test for limit query * update benchmark test for limit query * update benchmark test for limit query * Add benchmark test for basic queries & update some test cases * update benchmark test * update From(take out NestedFlag) & optimize Limit(use ROW_NUMBER() supported by mssql 2005 or later) & update test cases * add file head comments * update oracle limit * limit has been completed in the main & reconstruct feature UNION & update benchmark tests * remove redundant codes * add sql fiddler & test data sql scripts * update ci config * merge sql_fidder -> sql_test * rename func
0 commit comments