Ejemplo n.º 1
0
        public void TestGeneratedSqlForPagingStartToEnd()
        {
            var table = LoadRegionsFromHr();

            var runner = new SqlWriterCommonTest(SqlType.Oracle, table, _factory, ConnectionString);

            runner.RunPagingStartToEndSql();
        }
Ejemplo n.º 2
0
        public void TestGeneratedSqlForSelectAll()
        {
            var table = LoadCategoriesFromNorthwind();

            var runner = new SqlWriterCommonTest(SqlType.SQLite, table, _factory, ConnectionString);

            runner.RunSelectAllSql();
        }
Ejemplo n.º 3
0
        public void TestGeneratedSqlForPagingStartToEnd()
        {
            var table = LoadCategoriesFromNorthwind();

            var runner = new SqlWriterCommonTest(SqlType.SqlServer, table, _factory, ConnectionString);

            runner.RunPagingStartToEndSql();
        }
Ejemplo n.º 4
0
        public void TestGeneratedSqlForPagingStartToEnd()
        {
            var table = LoadRegionsFromHr();

            var runner = new SqlWriterCommonTest(SqlType.Oracle, table, _factory, ConnectionString);

            runner.RunPagingStartToEndSql();
        }
        public void TestGeneratedSqlForCount()
        {
            var table = LoadCategoriesFromNorthwind();

            var runner = new SqlWriterCommonTest(SqlType.SqlServerCe, table, _factory, _connectionString);

            runner.RunCountSql();
        }
        public void TestGeneratedSqlForPagingStartToEnd()
        {
            var table = LoadTable();

            var runner = new SqlWriterCommonTest(SqlType.PostgreSql, table, _factory, _connectionString);

            runner.RunPagingStartToEndSql();
        }
        public void TestGeneratedSqlForCount()
        {
            var table = LoadCategoriesFromNorthwind();

            var runner = new SqlWriterCommonTest(SqlType.SqlServer, table, _factory, _connectionString);

            runner.RunCountSql();
        }
Ejemplo n.º 8
0
        public void TestGeneratedSqlForPaging()
        {
            var table = LoadTable();

            var runner = new SqlWriterCommonTest(SqlType.Db2, table, _factory, ConnectionString);

            runner.RunPagingSql();
        }
Ejemplo n.º 9
0
        public void TestGeneratedSqlForPagingStartToEnd()
        {
            var table = LoadCountryFromSakila();

            var runner = new SqlWriterCommonTest(SqlType.MySql, table, _factory, _connectionString);

            runner.RunPagingStartToEndSql();
        }
Ejemplo n.º 10
0
        public void TestGeneratedSqlForSelectAll()
        {
            var table = LoadCategoriesFromNorthwind();

            var runner = new SqlWriterCommonTest(SqlType.SQLite, table, _factory, _connectionString);

            runner.RunSelectAllSql();
        }
        public void TestGeneratedSqlForCount()
        {
            var table = LoadTable();

            var runner = new SqlWriterCommonTest(SqlType.PostgreSql, table, _factory, _connectionString);

            runner.RunCountSql();
        }
Ejemplo n.º 12
0
        public void TestGeneratedSqlForPaging()
        {
            var table = LoadCountryFromSakila();

            var runner = new SqlWriterCommonTest(SqlType.MySql, table, _factory, _connectionString);

            runner.RunPagingSql();
        }
Ejemplo n.º 13
0
        public void TestGeneratedSqlForSelectAll()
        {
            var table = LoadTable();

            var runner = new SqlWriterCommonTest(SqlType.Db2, table, _factory, ConnectionString);

            runner.RunSelectAllSql();
        }
Ejemplo n.º 14
0
        public void TestGeneratedSqlForSelectAll()
        {
            var table = LoadTable();

            var runner = new SqlWriterCommonTest(SqlType.PostgreSql, table, _factory, ConnectionString);

            runner.RunSelectAllSql();
        }