Skip to content

R34

Compare
Choose a tag to compare
@maddinat0r maddinat0r released this 10 Dec 20:27
· 592 commits to master since this release
  • fixed bug where orm_update generated wrong queries
  • fixed bug where queries sometimes lost connection to a remote database
  • added natives "orm_load" and "orm_save" for even easier data management
  • added additional (optional) parameter "use_cache" for native "mysql_query" to determine if the cache will be used or not
  • added native "mysql_unprocessed_queries" to retrieve the amount of unprocessed queries
  • improved backward compatibility a bit