Revision 46543 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.h2spatial/org.gvsig.h2spatial.h2gis132/org.gvsig.h2spatial.h2gis132.provider/src/test/java/org/gvsig/fmap/dal/store/h2/operations/sql/TestResultSetForSetProvider.java

View differences:

TestResultSetForSetProvider.java
561 561
		filter.append("EXISTS(");
562 562
		filter.append(" SELECT \"ISO_A2\" FROM countries");
563 563
		filter.append("   WHERE ");
564
		filter.append("     TEST.STRING = countries.CONTINENT AND ");
564
		filter.append("     test.STRING = countries.CONTINENT AND ");
565 565
		filter.append("     countries.LASTCENSUS < 0 ");
566 566
		filter.append("   LIMIT 1;, ");
567 567
		filter.append(" 'EXISTS62a964cd7bc24f409b97c03b9170408d' ");
......
611 611
        filter.append("EXISTS(");
612 612
        filter.append(" SELECT \"Long\" FROM countries");
613 613
        filter.append("   WHERE ");
614
        filter.append("     TEST.STRING = countries.CONTINENT AND ");
614
        filter.append("     test.STRING = countries.CONTINENT AND ");
615 615
        filter.append("     countries.LASTCENSUS < 0 ");
616 616
        filter.append("   LIMIT 1;, ");
617 617
        filter.append(" 'EXISTS62a964cd7bc24f409b97c03b9170408d' ");
......
659 659
		filter.append("EXISTS(");
660 660
		filter.append(" SELECT \"ISO_A2\" FROM countries");
661 661
		filter.append("   WHERE ");
662
		filter.append("     TEST.STRING = countries.CONTINENT AND ");
662
		filter.append("     test.STRING = countries.CONTINENT AND ");
663 663
		filter.append("     countries.LASTCENSUS < 0 ");
664 664
		filter.append("   LIMIT 1;, ");
665 665
		filter.append(" 'EXISTS62a964cd7bc24f409b97c03b9170408d' ");

Also available in: Unified diff