- Sep 17, 2024
-
-
Arseniy Volynets authored
- Support like operator with signature: expr1 LIKE expr2 [ESCAPE expr3] which returns TRUE only if expr1 matches the string specified by expr2 (pattern). '_' in pattern matches any single character, '%' matches any character 0 or more times. All other characters match itself according to case. - Optional escape clause specifies character to use for escaping '_' and '%'
-
- Sep 13, 2024
-
-
godzie44 authored
-
- Sep 10, 2024
-
-
- Sep 06, 2024
-
-
- Aug 26, 2024
-
-
Feodor Alexandrov authored
feat: support ALTER SYSTEM. It allows to change whitelisted properties from _pico_property table. Currently, changes affect all tiers. Specifying tier will result in an error. Co-Authored-by:
Dmitry Rodionov <d.rodionov@picodata.io> Co-Authored-by:
Emir Vildanov <e.vildanov@picodata.io>
-
- Aug 22, 2024
-
-
- Aug 20, 2024
-
-
Maksim Kaitmazian authored
-
- Aug 09, 2024
-
-
Maksim Kaitmazian authored
-
- Aug 08, 2024
-
-
Artur Sabirov authored
-
Artur Sabirov authored
Affected diagrams: — expression — literal — call — type Extracted diagrams: — case — to_char — to_date — trim
-
- Aug 07, 2024
-
-
Artur Sabirov authored
-
- Aug 05, 2024
-
-
Arseniy Volynets authored
-
- Jul 12, 2024
-
-
Kurdakov Alexander authored
-
- Jun 28, 2024
-
-
Artur Sabirov authored
-
- Jun 07, 2024
-
-
Denis Smirnov authored
-
- Jun 04, 2024
-
-
EmirVildanov authored
-
-
-
- May 14, 2024
-
-
- May 06, 2024
-
-
Denis Smirnov authored
-
- May 03, 2024
-
-
Arseniy Volynets authored
-
-
- Apr 19, 2024
-
-
Emir Vildanov authored
-
- Apr 17, 2024
-
-
Arseniy Volynets authored
- to_char(datetime, format), format is specified as in `strftime` function: https://man.freebsd.org/cgi/man.cgi?query=strftime&sektion=3
-
- Apr 16, 2024
-
-
- Apr 15, 2024
-
-
Arseniy Volynets authored
-
- Apr 10, 2024
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Apr 09, 2024
-
-
- Mar 26, 2024
-
-
EmirVildanov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Mar 19, 2024
-
-
Denis Smirnov authored
Co-authored-by:
EmirVildanov <reddog201030@gmail.com>
-
- Mar 15, 2024
-
-
EmirVildanov authored
-
- Mar 12, 2024
-
-
- Mar 11, 2024
-
-
Роман Хаит authored
-