asfernandes
|
2aa3e8dd4d
|
Working in progress on the fix for CORE-4271: unify as possible the handling of procedures and functions.
|
2013-12-12 14:42:31 +00:00 |
|
asfernandes
|
871c073279
|
Refactor.
|
2013-03-31 15:55:01 +00:00 |
|
asfernandes
|
850e529c81
|
Fixed CORE-4068 - create package fails on creating header as soon as there is at least 1 procedure name.
|
2013-03-27 01:34:44 +00:00 |
|
asfernandes
|
28f05f168b
|
Refactor.
|
2013-03-27 01:34:10 +00:00 |
|
asfernandes
|
56400c594a
|
Rename methods to match error constants as per Claudio request.
|
2011-11-10 14:35:40 +00:00 |
|
asfernandes
|
c627005a89
|
Feature CORE-3626 - Subfunctions in PSQL and EXECUTE BLOCK.
Tests at http://firebird.cvs.sourceforge.net/viewvc/firebird/fbtcs/GTCS/tests/FB_SQL_SUBFUNC_1.output.
Also did:
- Refactor to share more code/data between procedures and functions.
- Fixed some PSQL functions problems.
|
2011-10-16 20:36:07 +00:00 |
|
asfernandes
|
5ae632cf0b
|
Feature CORE-1288 - Sub Procedures.
They're very simple for now. No access to parent variables nor to call neighbour procedures.
Tests at http://firebird.cvs.sourceforge.net/viewvc/firebird/fbtcs/GTCS/tests/FB_SQL_SUBPROC_1.output.
|
2011-10-02 22:11:41 +00:00 |
|
alexpeshkoff
|
83d6a2f88c
|
Restored a lot of changes, rolled back by me unintentionally
|
2010-10-12 11:36:51 +00:00 |
|
alexpeshkoff
|
2dc25a44bb
|
OSRI and new posix build
|
2010-10-12 08:02:57 +00:00 |
|
dimitr
|
df245ba88e
|
Fixed problems with recursive PSQL functions. Minor refactoring.
|
2010-10-08 09:40:14 +00:00 |
|
robocop
|
9f687c39c4
|
Misc.
|
2010-04-29 05:13:03 +00:00 |
|
asfernandes
|
4763533669
|
Refactor jrd_req into JrdStatement (shared part) and jrd_req (execution of a statement).
Fixed some bugs found in the way.
|
2010-04-18 22:19:11 +00:00 |
|
robocop
|
3b5a0fdae5
|
The way AccessItem instances were ordered was a hack that sooner or later would fail when adding more object types (that now have ACLs but we still don't enfornce them). Further, comparing numbers is faster than comparing strings.
|
2010-02-13 08:31:16 +00:00 |
|
asfernandes
|
a5ab8a2b33
|
Make referencing and execution (try) of unimplemented packaged routines work correctly
|
2009-12-31 11:24:28 +00:00 |
|
asfernandes
|
82ccb81d3b
|
Unify even more procedure and function handling. While at it, fix a wrong access to req_procedure when validating function.
|
2009-12-30 01:40:39 +00:00 |
|
asfernandes
|
d8c99a9be2
|
1) Make procedures and functions member of the same hierarchy (Routine class)
2) Some completion for external functions
|
2009-12-27 22:05:22 +00:00 |
|