DBIx-SQLEngine 0.93 Latest
Files
- CHANGES
- MANIFEST
- MANIFEST.SKIP
- META.yml
- Makefile.PL
- README
- SQLEngine.pm
- SQLEngine/Cache/BasicCache.pm
- SQLEngine/Cache/TrivialCache.pm
- SQLEngine/Criteria.pm
- SQLEngine/Criteria/And.pm
- SQLEngine/Criteria/Comparison.pm
- SQLEngine/Criteria/Compound.pm
- SQLEngine/Criteria/Equality.pm
- SQLEngine/Criteria/Greater.pm
- SQLEngine/Criteria/HashGroup.pm
- SQLEngine/Criteria/Lesser.pm
- SQLEngine/Criteria/Like.pm
- SQLEngine/Criteria/LiteralSQL.pm
- SQLEngine/Criteria/Not.pm
- SQLEngine/Criteria/Or.pm
- SQLEngine/Criteria/StringComparison.pm
- SQLEngine/Docs/Changes.pod
- SQLEngine/Docs/Comparison.pod
- SQLEngine/Docs/ReadMe.pod
- SQLEngine/Docs/Related.pod
- SQLEngine/Docs/ToDo.pod
- SQLEngine/Driver.pm
- SQLEngine/Driver/AnyData.pm
- SQLEngine/Driver/CSV.pm
- SQLEngine/Driver/Informix.pm
- SQLEngine/Driver/MSSQL.pm
- SQLEngine/Driver/Mysql.pm
- SQLEngine/Driver/NullP.pm
- SQLEngine/Driver/Oracle.pm
- SQLEngine/Driver/Pg.pm
- SQLEngine/Driver/SQLite.pm
- SQLEngine/Driver/Sybase.pm
- SQLEngine/Driver/Sybase/MSSQL.pm
- SQLEngine/Driver/Trait/DatabaseFlavors.pm
- SQLEngine/Driver/Trait/NoAdvancedFeatures.pm
- SQLEngine/Driver/Trait/NoColumnTypes.pm
- SQLEngine/Driver/Trait/NoComplexJoins.pm
- SQLEngine/Driver/Trait/NoJoins.pm
- SQLEngine/Driver/Trait/NoLimit.pm
- SQLEngine/Driver/Trait/NoPlaceholders.pm
- SQLEngine/Driver/Trait/NoSequences.pm
- SQLEngine/Driver/Trait/NoUnions.pm
- SQLEngine/Driver/Trait/PerlDBLib.pm
- SQLEngine/Driver/XBase.pm
- SQLEngine/Record/Accessors.pm
- SQLEngine/Record/Base.pm
- SQLEngine/Record/Cache.pm
- SQLEngine/Record/Class.pm
- SQLEngine/Record/Extras.pm
- SQLEngine/Record/Hooks.pm
- SQLEngine/Record/PKey.pm
- SQLEngine/Record/Table.pm
- SQLEngine/RecordSet/NextPrev.pm
- SQLEngine/RecordSet/PKeySet.pm
- SQLEngine/RecordSet/Set.pm
- SQLEngine/Schema/Column.pm
- SQLEngine/Schema/ColumnSet.pm
- SQLEngine/Schema/Table.pm
- SQLEngine/Schema/TableSet.pm
- SQLEngine/Utility/CloneWithParams.pm
- TODO
- make_extras/compile.pl
- make_extras/htmldoc.pl
- test.pl
- test_cfg.pl
- test_core/compile.t
- test_core/examplep.t
- test_core/generate_sql.t
- test_core/internal_clone.t
- test_core/named_connection.t
- test_core/named_queries.t
- test_core/null_results.t
- test_core/record_accessors.t
- test_core/record_base.t
- test_core/record_cache.t
- test_core/record_extras.t
- test_core/record_hooks.t
- test_core/table_objects.t
- test_drivers/connect.t
- test_drivers/detect_cols.t
- test_drivers/detect_tables.t
- test_drivers/get_test_dsn.pl
- test_drivers/join.t
- test_drivers/nulls.t
- test_drivers/standard.t
- test_drivers/union.t