Kraxe - Web Server for MS SQL Server


22-05-2024

  • New settings parameter sql_server.auth_method. Possible values: “SqlServer” - built-in SQL Server authentication (default value), “Windows” - Windows user authentication.
  • In the “bindings” section of the settings file, the entry keys must begin with the name of the http method: “GET /product”, “DELETE /product”...
  • The http request body is passed to SQL as a @DATA parameter of type String (UTF-8). The @DATA variable name is reserved and cannot be overridden.
  • Improved performance of reading/writing values with the "Date" type.
  • Updated versions of plug-in libraries.
kraxe_0.3.4.zip

26-04-2024

  • New settings parameter sql_server.pool_size - the number of simultaneous connections to the SQL server. Server operation has been accelerated by reusing connections.
  • New settings parameter sql_server.date_offset - date offset in years (for databases on the 1C: Enterprise platform).
  • The name of the application that is sent with the SQL request has been corrected from “tiberius” to “kraxe”.
  • Fixed typos in the console prompt for launch parameters.
kraxe_0.3.3.zip

© 2024, exponenta.info   For any questions, write to: kraxe@exponenta.info