290 Commits (2f88bd2da26abd30b027308aedc30989c039d518)

Author SHA1 Message Date
Alexander Barkov 533506b4ed MDEV-12777 Change Lex_field_type_st::m_type from enum_field_types to Type_handler pointer 9 years ago
Monty 71fa413c16 MDEV-10139 Support for SEQUENCE objects 9 years ago
Aleksey Midenkov 994cdf1b7a Parser: Oracle mode fix 9 years ago
Alexander Barkov aacb4d57ca MDEV-12695 Add Column_definition::type_handler() 9 years ago
Alexander Barkov 78a891c87b A partial patch for MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yy 9 years ago
Alexander Barkov 07143a7393 MDEV-12659 Add THD::make_string_literal() 9 years ago
Monty 5a759d31f7 Changing field::field_name and Item::name to LEX_CSTRING 9 years ago
Alexander Barkov 33b6a347e4 MDEV-12533 sql_mode=ORACLE: Add support for database qualified sequence names in NEXTVAL and CURRVAL 9 years ago
Monty 847eb24b17 Fixed some wrong/inconsistent error message 9 years ago
Monty 17a87d6063 MDEV-10139 Support for SEQUENCE objects 9 years ago
Alexander Barkov ed305c0fd5 MDEV-12461 TYPE OF and ROW TYPE OF anchored data types 9 years ago
Alexander Barkov 75d1962a24 Using the -t command line to bison instead of %name-prefix 9 years ago
Alexander Barkov dadb76521d Using the -t command line to bison instead of %name-prefix 9 years ago
Alexander Barkov cae6bf2b9c Cleanup for MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOP 9 years ago
Alexander Barkov 48a7ea6da3 Uninitialized Column_definition::pack_flag for ROW-type SP variables and their fields 9 years ago
Alexander Barkov 281f8a42ee MDEV-12089 sql_mode=ORACLE: Understand optional routine name after the END keyword 9 years ago
Alexander Barkov e0451941cc MDEV-12291 Allow ROW variables as SELECT INTO targets 9 years ago
Alexander Barkov 9dfe7bf86d MDEV-10598 Variable declarations can go after cursor declarations 9 years ago
Alexander Barkov 84c55a5668 MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOP 9 years ago
Alexander Barkov f429b5a834 MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable declarations 9 years ago
Alexander Barkov 1b8a0c879d MDEV-12133 sql_mode=ORACLE: table%ROWTYPE in variable declarations 9 years ago
Alexander Barkov 400de20279 MDEV-12209 sql_mode=ORACLE: Syntax error in a OPEN cursor with parameters makes the server crash 9 years ago
Alexander Barkov 7ca2f816a8 Part#2 for MDEV-12107 sql_mode=ORACLE: Inside routines the CALL keywoard is optional 9 years ago
Alexander Barkov 29e7cf01c3 MDEV-12107 sql_mode=ORACLE: Inside routines the CALL keywoard is optional 9 years ago
Alexander Barkov 915c5df865 MDEV-12088 sql_mode=ORACLE: Do not require BEGIN..END in multi-statement exception handlers in THEN clause 9 years ago
Alexander Barkov 99df09ecab MDEV-12086 sql_mode=ORACLE: allow SELECT UNIQUE as a synonym for SELECT DISTINCT 9 years ago
halfspawn af7f287b3b MDEV-10697 GOTO statement 9 years ago
Alexander Barkov 72f43df623 MDEV-10914 ROW data type for stored routine variables 9 years ago
Alexander Barkov 81f32145fa MDEV-10655 Anonymous blocks 9 years ago
Alexander Barkov 08799831cc MDEV-11880 sql_mode=ORACLE: Make the concatenation operator ignore NULL arguments 9 years ago
Alexander Barkov 46d076d67a MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarations 9 years ago
Alexander Barkov cd1afe0aac MDEV-10588 sql_mode=ORACLE: TRUNCATE TABLE t1 [ {DROP|REUSE} STORAGE ] 9 years ago
Alexander Barkov c0576ba5ec MDEV-11275 sql_mode=ORACLE: CAST(..AS VARCHAR(N)) 9 years ago
Alexander Barkov f8a714c848 MDEV-10597 Cursors with parameters 9 years ago
Alexander Barkov 4ed804aa4d MDEV-10587 sql_mode=ORACLE: User defined exceptions 9 years ago
Alexander Barkov ffca1e4830 MDEV-10578 sql_mode=ORACLE: SP control functions SQLCODE, SQLERRM 9 years ago
Alexander Barkov 054d00a9a3 A fix for MDEV-10411 Providing compatibility for basic PL/SQL constructs (Part 6: Assignment operator) 9 years ago
Alexander Barkov 7fa1ad14dc MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptions 9 years ago
Alexander Barkov 76714a5c9a MDEV-10582 sql_mode=ORACLE: explicit cursor attributes %ISOPEN, %ROWCOUNT, %FOUND, %NOTFOUND 9 years ago
Alexander Barkov a699a5f967 MDEV-10583 sql_mode=ORACLE: SQL%ROWCOUNT 9 years ago
Alexander Barkov ccb91eb3ce MDEV-10839 sql_mode=ORACLE: Predefined exceptions: TOO_MANY_ROWS, NO_DATA_FOUND, DUP_VAL_ON_INDEX 9 years ago
Alexander Barkov c8822d71ef MDEV-10342 Providing compatibility for basic SQL built-in functions 9 years ago
Alexander Barkov 02a72cf87c MDEV-10596 Allow VARCHAR and VARCHAR2 without length as a data type of routine parameters and in RETURN clause 9 years ago
Alexander Barkov ec527face3 MDEV-10801 sql_mode: dynamic SQL placeholders 9 years ago
Alexander Barkov f564ceb473 Fixed a crash in a EXIT/CONTINUE with an unknown identifier in the WHEN clause 9 years ago
Alexander Barkov bf573e21c7 MDEV-10580 sql_mode=ORACLE: FOR loop statement 9 years ago
Alexander Barkov 5721ea6ab7 MDEV-10579 sql_mode=ORACLE: Triggers: Understand :NEW.c1 and :OLD.c1 instead of NEW.c1 and OLD.c1 9 years ago
Alexander Barkov ca242117ce MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 2ea63492f7 MDEV-10580 sql_mode=ORACLE: FOR loop statement 9 years ago
Alexander Barkov c570636ba2 MDEV-10580 sql_mode=ORACLE: FOR loop statement 9 years ago