]> git.openstreetmap.org Git - nominatim.git/history - nominatim/db/sqlalchemy_functions.py
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / nominatim / db / sqlalchemy_functions.py
2024-01-02 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-12-29 Sarah Hoffmannupdate typing for latest changes in SQLAlchemy
2023-12-18 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-12-12 Sarah HoffmannMerge pull request #3273 from lonvia/search-with-sqlite
2023-12-07 Sarah Hoffmannenable all API tests for sqlite and port missing features
2023-12-07 Sarah Hoffmannremove unused function
2023-12-07 Sarah Hoffmannimprove typing for @compiles constructs
2023-12-07 Sarah HoffmannMerge pull request #3108 from mtmail/remove-legacy...
2023-10-31 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-10-25 Sarah HoffmannMerge pull request #3234 from lonvia/reduce-admin-style
2023-10-24 Sarah HoffmannMerge pull request #3233 from lonvia/support-for-sqlite
2023-10-23 Sarah Hoffmannremove type info from SQLALchemy condition functions
2023-10-23 Sarah Hoffmannmake code work with Spatialite 4.3
2023-10-23 Sarah Hoffmannmake reverse API work with sqlite
2023-10-23 Sarah Hoffmanntry future annotations to resolve Generics compatibility
2023-10-23 Sarah Hoffmannmake details API work with sqlite incl. unit tests
2023-09-26 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-09-26 Sarah HoffmannMerge pull request #3211 from lonvia/replace-get-addres...
2023-09-26 Sarah Hoffmannmove get_addressdata() implementation to Python
2023-07-17 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2023-07-10 Sarah HoffmannMerge pull request #3109 from lonvia/prepared-statements
2023-07-08 Sarah Hoffmannuse constant expressions to select partial indexes...