Recent content by Marbak

  1. M

    4.1.2.2 fixes

    1) Delphi Ansi Compiler: OracleTypes.pas procedure TVariables.WriteBinaryData(Stream: TStream); ... {+} //WriteBuffer(PChar(Name)^, Temp); // OLD WriteBuffer(PWideChar(WideString(Name))^, Temp); // NEW {+.} 2) Oracle Monitor: OracleMonitorIntf.pas function...
  2. M

    build: 8.0.0.1480: SQL PARSER ERROR

    version 8.0.4.1514: does not work error sample: - - - - - - - - - - - - select * from dual /* select ; */ - - - - - - - - - - - -
  3. M

    build: 8.0.0.1480: SQL PARSER ERROR

    version 8.0.1.1501: does not work
  4. M

    REQUIRED: key combination

    this nearly that me it is necessary! thanks!
  5. M

    REQUIRED: key combination

    no ... hide / show all all pin panels in old version PLS SQL DEV (6.x) this possible was obtain but then lateral panel was general
  6. M

    build: 8.0.0.1480: SQL PARSER ERROR

    we shall hope that our problem will solved quickly
  7. M

    REQUIRED: key combination

    needs the customizable combination of the keys for quick hiding/view to whole lateral panel (Oblects+Files+...Window list). This comfortable under редактированиии of broad query
  8. M

    build: 8.0.0.1480: SQL PARSER ERROR

    build 8.0.0.1492 also contain it error
  9. M

    build: 8.0.0.1480: SQL PARSER ERROR

    error sample: - - - - - - - - - - - - select * from dual /* select * from dual; */ - - - - - - - - - - - - fix: - - - - - - - - - - - - select * from dual /* select * from dual--; */ - - - - - - - - - - - -
Back
Top