index
:
OCB.git
18.0
debian/18.0.0-1
pristine-tar
upstream
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
odoo
/
tools
/
sql.py
Age
Commit message (
Expand
)
Author
2024-12-04
[FIX] core: use the original constraint definition
Alvaro Fuentes
2024-09-13
[FIX] core: allow Python identifiers as field names
Alvaro Fuentes
2024-07-20
[IMP] core: simplify implementation of SQL wrapper
Raphael Collet
2024-07-10
[IMP] core, website: cut-down on re-exports from odoo.tools.sql
Xavier Morel
2024-07-05
[IMP] core: Query typing and return empty subselect
Krzysztof Magusiak (krma)
2024-05-03
[FIX] *: SyntaxWarning: invalid escape sequence
Xavier-Do
2024-02-14
[FIX] core: ensure SQL formatter can handle large domains
Alvaro Fuentes
2024-01-15
[REF] core: new flush strategy
Rémy Voet (ryv)
2023-10-20
[IMP] core: add named parameters to SQL wrapper
Raphael Collet
2023-10-20
[IMP] core: type annotations in SQL wrapper and Query
Raphael Collet
2023-09-27
[IMP] core: introduce SQL wrapper
Raphael Collet
2023-05-22
[IMP] sql.py: Take into account materialized views when dropping them
Carlos Carral
2023-04-24
[FIX] core, website_slides: incrementing public views
Denis Ledoux
2023-04-07
[FIX] core: table_kind semantics (incorrect classification of toast as temp)
Xavier Morel
2022-11-23
[IMP] core: allow to have virtual SQL constraints
william-andre
2022-11-08
[FIX] core: field indexed by trigram cannot become translated
Rémy Voet (ryv)
2022-11-07
[FIX] core: fix search with accent
Chong Wang (cwg)
2022-11-07
[FIX] core: make index naming without conflicts
Rémy Voet (ryv)
2022-10-11
[FIX] core: search translated fields with characters needed to be escaped
Chong Wang (cwg)
2022-09-15
[IMP] core: store translated fields as JSONB columns
Chong Wang (cwg)
2022-09-15
[IMP] core: simplify code for column conversion in fields
Raphael Collet
2022-09-05
[IMP] core: add unaccent to trigram indexes
Rémy Voet (ryv)
2022-08-25
[IMP] tools, website_{*}: increment multiple fields at once
Florian Charlier
2022-04-06
[FIX] core: improve column ordering
Raphael Collet
2022-04-05
[IMP] base: reduce new DB size by ordering columns
Fabien Pinckaers
2022-01-28
[IMP] core: install PG extension "pg_trgm" only if necessary
Raphael Collet
2022-01-28
[IMP] core: field index names
Raphael Collet
2022-01-19
[IMP] Better handling of indexes
Fabien Pinckaers
2021-12-09
[FIX] core; base: lots of docstrings
Xavier Morel
2021-06-16
[FIX] registry: check_foreign_keys, constraint names are limited to 63 chars
Denis Ledoux
2021-03-19
[FIX] base: allow using another postgres schema than public
Stéphane Bidoul
2020-09-29
[FIX] tools.sql, website_*: increment counter with skip lock
Jeremy Kersten
2020-04-03
[IMP] core: optimize `model._auto_init()` on a new model
Raphael Collet
2020-02-06
[FIX] core: delay constraint application in case of upgrade
Adrian Torres
2019-12-24
[FIX] sql_db: ignore PG views when verifying table type
Denis Vermylen
2019-12-03
[FIX] base: allow custom model to use SQL (materialized) views instead of table
Nicolas Vannieuwerburgh
2019-10-02
[ADD] test_lint: Add sql-injection pylint check
Moisés López
2019-08-26
[FIX] sql_db: add flush() in savepoint()
Raphael Collet
2019-08-20
[IMP] models: ORM speedup
Raphael Collet
2018-08-16
[RFR] Hide implementation of constraint definition storage, courtesy of Rapha...
Stefan Rijnhart
2018-08-16
[IMP] Store the original constraint definition as a comment on the constraint
Stefan Rijnhart
2017-09-12
[MERGE] forward port branch saas-17 up to d08b4407be3
Christophe Simonis
2017-09-11
[FIX] core: only check table existance in public schema
Christophe Simonis
2017-09-06
[MERGE] forward port branch saas-17 up to b8dd34fcbb8
Christophe Simonis
2017-09-06
[MERGE] forward port branch saas-16 up to 64d56995e04
Christophe Simonis
2017-09-04
[MERGE] forward port branch saas-15 up to 4d4d75709dc
Christophe Simonis
2017-09-04
[FIX] core: also consider materialized views as existing
Christophe Simonis
2017-08-07
[IMP] sql: harvest less information from pg's information_schema (Fixes #18490)
Fabien Meghazi
2017-07-10
[IMP] registry: check existence of tables with a single SQL query
Raphael Collet
2017-07-05
[FIX] sql: Do no consider a table exists if this is a schema table/view
Denis Ledoux
[next]