JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Add getCurrentJournalNumber_64 to JadeDatabaseAdmin class

The JadeAuditAccess class has support for large journal numbers with getJournalNumber_64. It would be useful for the JadeDatabaseAdmin class to have a similar method to get the current journal number.

  • Guest
  • Nov 28 2023
  • Needs review
  • Attach files
  • Ty Baen-Price commented
    February 07, 2024 02:51

    This is not necessary, at the moment. The highest journal number Jade will create is Max_Integer (2147483647). The next journal number that will be created after that is 1 (one). The JadeAuditAccess::getJournalNumber_64 method was created at the same time as JadeAuditAccess::getNextRecord_64, as possibly overzealous future-proofing.