- 21 Jan, 2011 3 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
switch for forcibly disabling explicit joins, and partial work for merging related-key join-chains based on aliases git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42522 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2011 3 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
fix test_BackwardCompatibilityWithOldMethods failure that happened only when running multiple tests at the same time git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jan, 2011 2 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jan, 2011 2 commits
-
-
Leonardo Rochael Almeida authored
Un-hardcode the use of LeftJoin. Make it dependent on the presence of a left_join_list parameter to the catalog that lists the names of virtual_columns whose related table definitions should be left-joined, insteand of inner-joined, to the catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42276 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jan, 2011 3 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42013 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2011 25 commits
-
-
Leonardo Rochael Almeida authored
Implement explicit (and currently hard-coded) left-joins on related keys, along with explicit natural joins of simple external tables (like full_text) git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41966 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
TableDefinition is a list of classes implementing a tree of objects representing the 'FROM' expression of an SQL clause git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41965 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Backward compatible change to add separation between the join conditions returned by the RelatedBaseCategory method. Can be committed to trunk. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41960 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41957 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* retrieve SearchableText from catalog, not calling SearchableText method. * Use InnoDB with non-deferred connection for full_text table, because we don't need fulltext search function of transactionless MyISAM engine. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41949 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41948 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
- Pass destination payment value instead of reloading it. - Factorise catalog keyword arguments. - Remove some commented out lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Use InnoDB with non-deferred connection for full_text table, because we don't need fulltext search function of transactionless MyISAM engine. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
cell ranges which is a combination of different base application, update asCellRange script for this case git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41939 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41936 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jan, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41935 20353a03-c40f-0410-a6d1-a30d3c3de9de
-