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 |
|