This website requires JavaScript.
Explore
Help
Sign In
safety-screen
/
Nominatim
Watch
1
Star
0
Fork
0
You've already forked Nominatim
forked from
hans/Nominatim
Code
Pull Requests
Activity
Files
0289d125da1e07cd3571144672a091f3d74d51b5
Nominatim
/
nominatim
/
db
History
Sarah Hoffmann
0289d125da
replace usages of fromisoformat() with strptime()
...
fromisoformat was only introduced with Python 3.7 while we still support Python 3.5.
Fixes
#2292
.
2021-04-24 15:12:57 +02:00
..
__init__.py
move indexing function into its own Python module
2021-01-18 15:43:27 +01:00
async_connection.py
improve deadlock detection for various versions of psycopg2
2021-02-25 18:11:16 +01:00
connection.py
move import-data option to native python
2021-02-25 18:42:54 +01:00
properties.py
save software version in the database
2021-03-01 20:35:15 +01:00
sql_preprocessor.py
use non-key index to speed up housenumber search
2021-04-01 17:10:44 +02:00
status.py
replace usages of fromisoformat() with strptime()
2021-04-24 15:12:57 +02:00
utils.py
make sure psql always finishes
2021-02-27 10:24:40 +01:00