Jump to content

Pieter Bas Hofstede

Members
  • Content Count

    8
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Pieter Bas Hofstede


  1. https://firebirdsql.org/en/firebird-5-0/

     

    New In Firebird 5.0

    Summary of New Features

    Firebird 5.0 introduces many improvements without any changes in architecture or operation, the most important are:

    • Parallel (multi-threaded) operation for backup/restore, sweep and index creation;

    • Partial indices;

    • SKIP LOCKED clause for SELECT WITH LOCK, UPDATE and DELETE statements;

    • Inline minor ODS upgrade;

    • Compiled statement cache;

    • PSQL and SQL profiler;

    • Support for WHEN NOT MATCHED BY SOURCE for MERGE statement;

    • Support multiple rows for DML RETURNING;

    • New built-in functions and packages;

    • Denser record-level compression;

    • Network support for scrollable cursors;

    • Like 10
    • Thanks 1

  2. 39 minutes ago, Pieter Bas Hofstede said:

    Hi, what you could try is making a new FMX-application and after that add all the units of the old dpk to the new dpk. EMB have added a lot of config to the dproj which isn't (of at least wasn't till 10.4.2) automatically added when you upgrade to a newer Delphi-version.

    I know you'll have to set a lot of config again, but give it a try at least.

    I've even had a situation at one day of an existing project, delete dproj+everything but keep the dpk, when opening the dpk Delphi generated a different dproj+deployment comparing to a complete new FMX-application-setup. Please be aware of that.


  3. I think this is related to the dynamically buildup of the IDE menu.

    I think your application in the 1st situation was a VCL-form-application. Because of that, the menuitem "Multi Device From - Delphi" is made invisible.

    The 'New Unit' item gets it's shortcut with the 'U'.

     

    When your projects is closed, de IDE makes it possible again to add a new "Multi Device From - Delphi". After enabling this menitem, it recalculates shortcuts for this menu. It chooses the "u" as shortcut (as "M" is already in use". Because of this the menu item "Unit - Delphi" can't get shortcut-key "U" anymore, and get it's next available character as shortcut ("n").

     

    Could it be something like this?
     

×