51 Commits (46d076d67ab82b6b967d86b867a42b337daff5de)

Author SHA1 Message Date
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
Alexander Barkov 71a0a12e61 Changing a LEX::sp_variable_declarations_finalize() parameter 9 years ago
Alexander Barkov 8ec4cf1f01 Refactoring for MDEV-10580 sql_mode=ORACLE: FOR loop statement 9 years ago
Alexander Barkov 28f2859136 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 4212039db7 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov ed19ed6a4b MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 6cd24d124f MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov a83d0aee96 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 8feb984211 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 765d9d6429 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov f37a943f49 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 4b61495576 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov d2b007d6bc Optimization for MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 81ba971d03 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 0040b0f380 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov bd76d44564 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov f3a0df72f2 Reusing code: Adding LEX::make_sp_head() and LEX::make_sp_head_no_recursive() 9 years ago
Alexander Barkov dc292bc6eb MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 0c9c4b84b7 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 8fdc1f0147 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov a44e90ae05 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov e399949bfe Adding Lex_spblock_st::init() and Lex_spblock_st::join(). 9 years ago
Alexander Barkov 365e0b3178 sql_lex.yy / sql_yacc_ora.yy refactoring for MDEV-10411. 9 years ago
Alexander Barkov 36b80caed1 Moving the code from *.yy to new methods to LEX and sp_context 9 years ago
Alexander Barkov f71a1f736d MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 892af78085 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 7e10e38825 MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 47a75ed7cb MDEV-10411 Providing compatibility for basic PL/SQL constructs 9 years ago
Alexander Barkov 4de26a8e0e MDEV-10343 Providing compatibility for basic SQL data types 9 years ago
Alexander Barkov decc550fa9 Making sp_create_assignment_lex() and sp_create_assignment_lex() non-static 9 years ago
Alexander Barkov c21fc0085b Moving the code from my_parse_error() to THD::parse_error(). 9 years ago