2010-03-25 |
Sylvain Thénault |
[source storage] refactor source sql generation and results handling to allow repository side callbacks
stable
|
file |
diff |
annotate
|
2010-03-25 |
Sylvain Thénault |
[cleanup] rename dbms_helper to dbhelper for consistency
stable
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
le patch rql26 a été importé
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
[sql generation] fti_need_distinct quere was not anymore used, potentially causing duplicates on has_text queries with sqlite backend
stable
|
file |
diff |
annotate
|
2010-03-08 |
Sylvain Thénault |
[repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
|
file |
diff |
annotate
|
2010-03-04 |
Sylvain Thénault |
[rql2sql] fix potential crash when testing _q_invariant on a ColumnAlias instead of a Variable by always considering _q_invariant to false for them
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
file |
diff |
annotate
|
2010-01-20 |
Sylvain Thénault |
fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information
stable
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-16 |
Sylvain Thénault |
fix backout
stable
|
file |
diff |
annotate
|
2009-12-15 |
Sylvain Thénault |
backout a75a6e770717, unmeetable condition and introduce a bug with boolean values
stable
|
file |
diff |
annotate
|
2009-12-14 |
Alexandre Fayolle |
Passwords need to be considered as binary fields
stable
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
héhé, get the same result with a slightly enhanced condition and all this code removed
stable
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
unused, cleanup
stable
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation
stable
|
file |
diff |
annotate
|
2009-11-16 |
Sylvain Thénault |
fix potential key error
stable
|
file |
diff |
annotate
|
2009-11-16 |
Sylvain Thénault |
test and fix case where remove_unsused_solutions remove some solutions that should be kept
stable
|
file |
diff |
annotate
|
2009-11-10 |
Sylvain Thénault |
test and fix http://www.logilab.org/ticket/499838
stable
|
file |
diff |
annotate
|
2009-10-28 |
Nicolas Chauvat |
C - fix typo. make `lgp check` happy.
stable
|
file |
diff |
annotate
|
2009-10-21 |
Sylvain Thénault |
prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL)
stable
|
file |
diff |
annotate
|
2009-10-20 |
Sylvain Thénault |
document
stable
|
file |
diff |
annotate
|
2009-10-20 |
Sylvain Thénault |
when a query is grouped, ensure sort terms are grouped as well
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
take care to already existant solutions local variable
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
cleanup
3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
[querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope
3.5
|
file |
diff |
annotate
|
2009-08-18 |
Sylvain Thénault |
[rql2sql] test and fix a bug triggered when editing a ticket in jpl
stable
|
file |
diff |
annotate
|
2009-07-09 |
Sylvain Thénault |
ability to map attributes to something else than usual cw mapping on sql generation
stable
|
file |
diff |
annotate
|
2009-06-29 |
Sylvain Thénault |
fix sql generated on NOT inlined_relation queries. Use exists, so no more needs for extra DISTINCT
stable
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
fix missing from close when using a var map
stable
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-19 |
Sylvain Thénault |
#343322: should generate IS NULL in sql w/ None values in substitution
stable
|
file |
diff |
annotate
|
2009-05-14 |
Adrien Di Mascio |
delete-trailing-whitespace + some copyright update
tls-sprint
|
file |
diff |
annotate
|
2009-04-28 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
2009-04-27 |
Adrien Di Mascio |
use dbmshelper to generate correct boolean value in rql2sql
|
file |
diff |
annotate
|
2009-04-24 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
2009-04-16 |
sylvain thenault |
use adbh.func_sqlname for more backend compat
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
2009-04-06 |
sylvain thenault |
introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
remove some bw compat code
tls-sprint
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
copyright update
|
file |
diff |
annotate
|
2009-03-20 |
sylvain thenault |
fix rql2sq w/ outer join on subquery result
|
file |
diff |
annotate
|
2009-01-16 |
sylvain thenault |
need_intersect test and fixes
|
file |
diff |
annotate
|
2009-01-07 |
Sylvain Thenault |
consider intersect *and* distinct
|
file |
diff |
annotate
|
2009-01-07 |
Sylvain Thenault |
in some cases (eg ambiguous neged relations), INTERSECT should be used instead of DISTINCT
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|