Vitaly Baranov
|
4733504b51
|
Don't split dictionary source's table name into schema and table name itself
if ODBC driver doesn't support schema.
|
2020-07-06 23:41:39 +03:00 |
|
Alexey Milovidov
|
6c93016c91
|
Add suggestion from @alesap
|
2020-06-16 22:16:01 +03:00 |
|
Alexey Milovidov
|
186d336e31
|
Use proper timeouts when communicating with xdbc-bridge
|
2020-06-16 01:35:15 +03:00 |
|
Alexey Milovidov
|
1e73a56a77
|
Whitespace
|
2020-06-16 01:23:56 +03:00 |
|
Alexey Milovidov
|
bc58e22c5b
|
Whitespace
|
2020-06-16 01:23:13 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
f75587e562
|
Progress on task
|
2020-05-23 23:13:34 +03:00 |
|
Alexey Milovidov
|
f69cbdcbfc
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 20:09:37 +03:00 |
|
Alexey Milovidov
|
7b5dfd9c00
|
Wait for odbc-bridge with exponential backoff
|
2020-05-18 04:06:04 +03:00 |
|
Ivan Lezhankin
|
e230632645
|
Changes required for auto-sync with Arcadia
|
2020-04-16 15:31:57 +03:00 |
|
Vitaly Baranov
|
e573549945
|
Rework access rights for table functions.
|
2020-04-07 23:31:59 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|