- Mar 06, 2024
-
-
Georgy Moshkin authored
-
- Mar 04, 2024
-
-
Arseniy Volynets authored
- add new ddl opcode for renaming procedure - update sbroad submodule to get sql support - syntax: alter procedure "foo" rename to "bar" option(timeout=3) alter procedure "foo"(int, int) rename to "bar"
-
-
EmirVildanov authored
-
- Mar 01, 2024
-
-
Alexander Kurdakov authored
-
- Feb 22, 2024
-
-
Denis Smirnov authored
-
-
Without this commit creation of a function for non-admin users fail with `AccessDenied: Read access to space \'_pico_routine\' is denied` error.
-
- Feb 21, 2024
-
-
Alexander Kurdakov authored
-
- Feb 20, 2024
-
-
Arseniy Volynets authored
- Update sbroad submodule to commit, with refactored tracing api: tracer can be provided by library user (us). - Use tracer that creates traces under admin, because traces are created randomly for 1% of the queries and the user may not have the privileges to create/modify tracing tables - Move tracing related logic to picodata repo. In particular, now all tables storing tracing - Add sql tests that were removed from sbroad during refactoring - added extra parameter 'query_id' to pico.sql lua api. 'query_id' is used to identify each query in tracing tables, if not specified hash function on query text is used. - changed signature of pico.sql to: pico.sql(pattern[, params, options) options={'traceable'=boolean,'query_id'=string}
-
- Feb 12, 2024
-
-
- Feb 08, 2024
-
-
Alexander Kurdakov authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
That's dynamic programming languages for you
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Feb 07, 2024
-
-
Egor Ivkov authored
-
- Feb 06, 2024
-
-
Denis Smirnov authored
Current commit introduces - _pico_routine replicated table - procedure creation with SQL API
-
- Feb 05, 2024
-
-
-
Panic happened in `on_access_denied` trigger. There was a switch to admin and back to user with `su`. Switch back to user panicked in SuGuard drop as user did not have session privilege.
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Feb 02, 2024
-
-
Alexander Kurdakov authored
Also print new greeting and help
-
- Feb 01, 2024
-
-
Feodor Alexandrov authored
-
- Jan 31, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-