9 months ago |
Joeri van Ruth |
Export getScenarioLanguage
Aug2024
|
9 months ago |
Joeri van Ruth |
Convert sql/test/clientinfo-nonadmin into a sqllogictest
Aug2024
|
9 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
Aug2024
|
9 months ago |
Sjoerd Mullender |
Fix some old upgrade errors, allowing chain upgrades to work.
Aug2024
|
9 months ago |
Martin van Dinther |
remove unneeded break
Aug2024
|
9 months ago |
Martin van Dinther |
Added execution privilege on all sys.generate_series(first, limit) and sys.generate_series(first, limit, stepsize) functions to public, so all users can now call these table producing generator functions.
Aug2024
|
9 months ago |
Martin van Dinther |
Add test for issue #7550
Aug2024
|
9 months ago |
Martin van Dinther |
Approve output.
Aug2024
|
9 months ago |
Sjoerd Mullender |
Numpy 2.0 compatibility.
Dec2023
|
9 months ago |
Niels Nes |
merged with default
nilmask
|
9 months ago |
Sjoerd Mullender |
Also print transaction start (ts) value for open transactions.
Dec2023
|
9 months ago |
Sjoerd Mullender |
A little cleanup.
Dec2023
|
9 months ago |
Sjoerd Mullender |
Keep the lock a bit longer so that values don't get changed while we're (not) looking.
Dec2023
|
9 months ago |
Sjoerd Mullender |
Move client context printing to SQL layer.
Dec2023
|
9 months ago |
Niels Nes |
merged with Aug2024
|
9 months ago |
Niels Nes |
some more multiplex inlining, fixes bug #7272
Aug2024
|
9 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
9 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
Aug2024
|
9 months ago |
Sjoerd Mullender |
Work around deprecation warning in Python 3.12.
Dec2023
|
9 months ago |
Sjoerd Mullender |
Compatibility with Numpy 2.0.
Dec2023
|
9 months ago |
Sjoerd Mullender |
Approve upgrade after release.
Dec2023
|
9 months ago |
Sjoerd Mullender |
Dec2023-SP4 was released.
Dec2023
|
9 months ago |
stefanos mavros |
Merges default
cmp-or-patterns
|
9 months ago |
Joeri van Ruth |
Mention public select privilege on sys.sessions in client info ChangeLog entry
Aug2024
|
9 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
9 months ago |
Sjoerd Mullender |
Approve upgrades.
Aug2024
|
9 months ago |
Niels Nes |
corrected test.
Aug2024
|
9 months ago |
Joeri van Ruth |
Allow every user to see their own rows in sys.sessions
Aug2024
|
9 months ago |
Joeri van Ruth |
streamline unicode usage in ODBCconnect.py
Aug2024
|
9 months ago |
Joeri van Ruth |
Let odbcconnect -l print some Driver Manager info
Aug2024
|
9 months ago |
Niels Nes |
fixes for bug #7525, ie properly initialize input variables for vararg aggregates
Aug2024
|
9 months ago |
Niels Nes |
merged with dec2023
Aug2024
|
9 months ago |
Niels Nes |
allow statistics on all tables/columns with 'SELECT' privilege. Fixes bug #7550.
Dec2023
|
9 months ago |
Niels Nes |
missed one more declaration in case statement list.
Aug2024
|
9 months ago |
Niels Nes |
more compilation fixes
Aug2024
|
9 months ago |
Niels Nes |
small compilation fixes.
Aug2024
|
9 months ago |
Niels Nes |
fixed bug #7547. Added missing loading of global triggers. Handle global triggers
Aug2024
|
9 months ago |
Niels Nes |
fixed bug #7544. Make sure to have proper bats on each side of the join.
Aug2024
|
9 months ago |
Niels Nes |
don't push down order by's on constants. Fixes bug #7542
Aug2024
|
9 months ago |
Niels Nes |
be more carefull on rewriting compare with boolean, with is_semantics we cannot
Aug2024
|
9 months ago |
Joeri van Ruth |
Restore mapToLongVarchar setting
Aug2024
|
9 months ago |
Joeri van Ruth |
Print more info when ODBCconnect.py fails
Aug2024
|
9 months ago |
Joeri van Ruth |
Fix uninitialized use
Aug2024
|
9 months ago |
Joeri van Ruth |
Fix SQLErrorW: odbc errors start at 1, not 0
Aug2024
|
9 months ago |
Joeri van Ruth |
Show output of odbcconnect -l when test fails
Aug2024
|
9 months ago |
Joeri van Ruth |
Include wide character tests in sql/odbc/tests/ODBCconnect
Aug2024
|
9 months ago |
Joeri van Ruth |
Make odbcconnect handle full utf-16, not just ascii-16
Aug2024
|
9 months ago |
Joeri van Ruth |
SQLDriverConnect: build connection string even with tryOnly
Aug2024
|
9 months ago |
Joeri van Ruth |
Extend odbcconnect with -w to test the Wide API
Aug2024
|
9 months ago |
Joeri van Ruth |
Simplify memory management in odbcconnect.c
Aug2024
|
9 months ago |
Joeri van Ruth |
Mark user DNS's as such
Aug2024
|
9 months ago |
Joeri van Ruth |
Write SQLConnectA, etc in odbcconnect.c
Aug2024
|
9 months ago |
Joeri van Ruth |
Last four parameters of MNDBConnect are now unused
Aug2024
|
9 months ago |
Joeri van Ruth |
ODBCConnectionString is no longer used
Aug2024
|
9 months ago |
Joeri van Ruth |
Test SQLConnect user/pass parameters take precedence
Aug2024
|
9 months ago |
Joeri van Ruth |
Comment
Aug2024
|
9 months ago |
Joeri van Ruth |
Test that settings do not leak into next connection when a handle is reused
Aug2024
|
9 months ago |
Joeri van Ruth |
Get rid of sql_attr_autocommit
Aug2024
|
9 months ago |
Joeri van Ruth |
Include line numbers in -v output
Aug2024
|
9 months ago |
Joeri van Ruth |
Add option to execute a sql statement after connecting
Aug2024
|