Changeset 412 for GearsORM/branches/JsORM
- Timestamp:
- 03/22/08 09:20:48 (10 months ago)
- Location:
- GearsORM/branches/JsORM
- Files:
-
- 2 added
- 2 removed
- 7 modified
- 6 moved
-
GearsORM.Model.js (deleted)
-
GearsORM.ResultIterator.js (deleted)
-
JsORM.Events.js (moved) (moved from GearsORM/branches/JsORM/GearsORM.Events.js)
-
JsORM.Fields.js (moved) (moved from GearsORM/branches/JsORM/GearsORM.Fields.js)
-
JsORM.Introspection.js (moved) (moved from GearsORM/branches/JsORM/GearsORM.Introspection.js)
-
JsORM.Model.js (added)
-
JsORM.ResultIterator.js (added)
-
JsORM.Sql.js (moved) (moved from GearsORM/branches/JsORM/GearsORM.Sql.js)
-
JsORM.Transaction.js (moved) (moved from GearsORM/branches/JsORM/GearsORM.Transaction.js)
-
JsORM.js (moved) (moved from GearsORM/branches/JsORM/GearsORM.js)
-
tests/test_events.html (modified) (1 diff)
-
tests/test_inner_relations.html (modified) (1 diff)
-
tests/test_introspection.html (modified) (1 diff)
-
tests/test_m2m.html (modified) (1 diff)
-
tests/test_relations.html (modified) (1 diff)
-
tests/test_simple.html (modified) (1 diff)
-
tests/test_transaction.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GearsORM/branches/JsORM/tests/test_events.html
r339 r412 2 2 <head> 3 3 <script src="../gears_init.js"></script> 4 <script src="../ GearsORM.js"></script>5 <script src="../ GearsORM.Events.js"></script>6 <script src="../ GearsORM.ResultIterator.js"></script>7 <script src="../ GearsORM.Sql.js"></script>8 <script src="../ GearsORM.Fields.js"></script>9 <script src="../ GearsORM.Model.js"></script>10 <script src="../ GearsORM.Introspection.js"></script>11 <script src="../ GearsORM.Transaction.js"></script>4 <script src="../JsORM.js"></script> 5 <script src="../JsORM.Events.js"></script> 6 <script src="../JsORM.ResultIterator.js"></script> 7 <script src="../JsORM.Sql.js"></script> 8 <script src="../JsORM.Fields.js"></script> 9 <script src="../JsORM.Model.js"></script> 10 <script src="../JsORM.Introspection.js"></script> 11 <script src="../JsORM.Transaction.js"></script> 12 12 <script> 13 13 GearsORM.dbName = "test.events"; -
GearsORM/branches/JsORM/tests/test_inner_relations.html
r338 r412 2 2 <head> 3 3 <script src="../gears_init.js"></script> 4 <script src="../ GearsORM.js"></script>5 <script src="../ GearsORM.Events.js"></script>6 <script src="../ GearsORM.ResultIterator.js"></script>7 <script src="../ GearsORM.Sql.js"></script>8 <script src="../ GearsORM.Fields.js"></script>9 <script src="../ GearsORM.Model.js"></script>10 <script src="../ GearsORM.Introspection.js"></script>11 <script src="../ GearsORM.Transaction.js"></script>4 <script src="../JsORM.js"></script> 5 <script src="../JsORM.Events.js"></script> 6 <script src="../JsORM.ResultIterator.js"></script> 7 <script src="../JsORM.Sql.js"></script> 8 <script src="../JsORM.Fields.js"></script> 9 <script src="../JsORM.Model.js"></script> 10 <script src="../JsORM.Introspection.js"></script> 11 <script src="../JsORM.Transaction.js"></script> 12 12 <script> 13 13 GearsORM.dbName = "test.selfRelation"; -
GearsORM/branches/JsORM/tests/test_introspection.html
r344 r412 2 2 <head> 3 3 <script src="../gears_init.js"></script> 4 <script src="../ GearsORM.js"></script>5 <script src="../ GearsORM.Events.js"></script>6 <script src="../ GearsORM.ResultIterator.js"></script>7 <script src="../ GearsORM.Sql.js"></script>8 <script src="../ GearsORM.Fields.js"></script>9 <script src="../ GearsORM.Model.js"></script>10 <script src="../ GearsORM.Introspection.js"></script>11 <script src="../ GearsORM.Transaction.js"></script>4 <script src="../JsORM.js"></script> 5 <script src="../JsORM.Events.js"></script> 6 <script src="../JsORM.ResultIterator.js"></script> 7 <script src="../JsORM.Sql.js"></script> 8 <script src="../JsORM.Fields.js"></script> 9 <script src="../JsORM.Model.js"></script> 10 <script src="../JsORM.Introspection.js"></script> 11 <script src="../JsORM.Transaction.js"></script> 12 12 <script> 13 13 GearsORM.dbName = "test.introspection"; -
GearsORM/branches/JsORM/tests/test_m2m.html
r338 r412 2 2 <head> 3 3 <script src="../gears_init.js"></script> 4 <script src="../ GearsORM.js"></script>5 <script src="../ GearsORM.Events.js"></script>6 <script src="../ GearsORM.ResultIterator.js"></script>7 <script src="../ GearsORM.Sql.js"></script>8 <script src="../ GearsORM.Fields.js"></script>9 <script src="../ GearsORM.Model.js"></script>10 <script src="../ GearsORM.Introspection.js"></script>11 <script src="../ GearsORM.Transaction.js"></script>4 <script src="../JsORM.js"></script> 5 <script src="../JsORM.Events.js"></script> 6 <script src="../JsORM.ResultIterator.js"></script> 7 <script src="../JsORM.Sql.js"></script> 8 <script src="../JsORM.Fields.js"></script> 9 <script src="../JsORM.Model.js"></script> 10 <script src="../JsORM.Introspection.js"></script> 11 <script src="../JsORM.Transaction.js"></script> 12 12 <script> 13 13 GearsORM.dbName = "test.m2m"; -
GearsORM/branches/JsORM/tests/test_relations.html
r407 r412 2 2 <head> 3 3 <script src="../gears_init.js"></script> 4 <script src="../ GearsORM.js"></script>5 <script src="../ GearsORM.Events.js"></script>6 <script src="../ GearsORM.ResultIterator.js"></script>7 <script src="../ GearsORM.Sql.js"></script>8 <script src="../ GearsORM.Fields.js"></script>9 <script src="../ GearsORM.Model.js"></script>10 <script src="../ GearsORM.Introspection.js"></script>11 <script src="../ GearsORM.Transaction.js"></script>4 <script src="../JsORM.js"></script> 5 <script src="../JsORM.Events.js"></script> 6 <script src="../JsORM.ResultIterator.js"></script> 7 <script src="../JsORM.Sql.js"></script> 8 <script src="../JsORM.Fields.js"></script> 9 <script src="../JsORM.Model.js"></script> 10 <script src="../JsORM.Introspection.js"></script> 11 <script src="../JsORM.Transaction.js"></script> 12 12 <script> 13 13 GearsORM.dbName = "test.relations"; -
GearsORM/branches/JsORM/tests/test_simple.html
r338 r412 2 2 <head> 3 3 <script src="../gears_init.js"></script> 4 <script src="../ GearsORM.js"></script>5 <script src="../ GearsORM.Events.js"></script>6 <script src="../ GearsORM.ResultIterator.js"></script>7 <script src="../ GearsORM.Sql.js"></script>8 <script src="../ GearsORM.Fields.js"></script>9 <script src="../ GearsORM.Model.js"></script>10 <script src="../ GearsORM.Introspection.js"></script>11 <script src="../ GearsORM.Transaction.js"></script>4 <script src="../JsORM.js"></script> 5 <script src="../JsORM.Events.js"></script> 6 <script src="../JsORM.ResultIterator.js"></script> 7 <script src="../JsORM.Sql.js"></script> 8 <script src="../JsORM.Fields.js"></script> 9 <script src="../JsORM.Model.js"></script> 10 <script src="../JsORM.Introspection.js"></script> 11 <script src="../JsORM.Transaction.js"></script> 12 12 <script> 13 13 GearsORM.dbName = "test.simple1"; -
GearsORM/branches/JsORM/tests/test_transaction.html
r338 r412 2 2 <head> 3 3 <script src="../gears_init.js"></script> 4 <script src="../ GearsORM.js"></script>5 <script src="../ GearsORM.Events.js"></script>6 <script src="../ GearsORM.ResultIterator.js"></script>7 <script src="../ GearsORM.Sql.js"></script>8 <script src="../ GearsORM.Fields.js"></script>9 <script src="../ GearsORM.Model.js"></script>10 <script src="../ GearsORM.Introspection.js"></script>11 <script src="../ GearsORM.Transaction.js"></script>4 <script src="../JsORM.js"></script> 5 <script src="../JsORM.Events.js"></script> 6 <script src="../JsORM.ResultIterator.js"></script> 7 <script src="../JsORM.Sql.js"></script> 8 <script src="../JsORM.Fields.js"></script> 9 <script src="../JsORM.Model.js"></script> 10 <script src="../JsORM.Introspection.js"></script> 11 <script src="../JsORM.Transaction.js"></script> 12 12 <script> 13 13 GearsORM.dbName = "test.simple1";
