@breautek/storm 9.2.4 → 9.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/docs/assets/style.css +3 -3
  3. package/docs/classes/Application.html +50 -50
  4. package/docs/classes/Command.html +90 -90
  5. package/docs/classes/ConfigLoader.html +3 -3
  6. package/docs/classes/Database.html +2 -2
  7. package/docs/classes/DatabaseCastObject.html +2 -2
  8. package/docs/classes/DatabaseConnection.html +22 -22
  9. package/docs/classes/DatabaseQueryError.html +8 -8
  10. package/docs/classes/DeadLockError.html +8 -8
  11. package/docs/classes/DiskSpaceError.html +7 -7
  12. package/docs/classes/DropTemporaryTableQuery.html +7 -7
  13. package/docs/classes/DuplicateEntryError.html +7 -7
  14. package/docs/classes/EntityNotFoundError.html +7 -7
  15. package/docs/classes/ExpiredTokenError.html +7 -7
  16. package/docs/classes/GetMySQLVersion.html +7 -7
  17. package/docs/classes/Handler.html +2 -2
  18. package/docs/classes/IllegalStateError.html +7 -7
  19. package/docs/classes/InternalError.html +7 -7
  20. package/docs/classes/InvalidCredentialsError.html +7 -7
  21. package/docs/classes/InvalidValueError.html +7 -7
  22. package/docs/classes/LineString.html +2 -2
  23. package/docs/classes/LockWaitTimeoutError.html +8 -8
  24. package/docs/classes/ManagedDatabaseConnection.html +5 -5
  25. package/docs/classes/Middleware.html +2 -2
  26. package/docs/classes/MissingConfigError.html +7 -7
  27. package/docs/classes/MissingParameterError.html +7 -7
  28. package/docs/classes/MySQLConnection.html +25 -25
  29. package/docs/classes/MySQLDatabase.html +2 -2
  30. package/docs/classes/NotImplementedError.html +7 -7
  31. package/docs/classes/Point.html +2 -2
  32. package/docs/classes/Polygon.html +2 -2
  33. package/docs/classes/Query.html +8 -8
  34. package/docs/classes/RawError.html +7 -7
  35. package/docs/classes/RawQuery.html +8 -8
  36. package/docs/classes/Request.html +3 -3
  37. package/docs/classes/Response.html +2 -2
  38. package/docs/classes/ResponseData.html +3 -3
  39. package/docs/classes/ServiceProvider.html +2 -2
  40. package/docs/classes/ServiceResponse.html +2 -2
  41. package/docs/classes/SetSessionVariableQuery.html +7 -7
  42. package/docs/classes/StormError.html +7 -7
  43. package/docs/classes/TemporaryTableQuery.html +7 -7
  44. package/docs/classes/TimeoutError.html +7 -7
  45. package/docs/classes/Token.html +2 -2
  46. package/docs/classes/TokenManager.html +2 -2
  47. package/docs/classes/Transaction.html +2 -2
  48. package/docs/classes/UnauthorizedAccessError.html +7 -7
  49. package/docs/enums/ErrorCode.html +2 -2
  50. package/docs/enums/ExitCode.html +2 -2
  51. package/docs/enums/HTTPMethod.html +2 -2
  52. package/docs/enums/IsolationLevel.html +2 -2
  53. package/docs/enums/JWTError.html +2 -2
  54. package/docs/enums/StatusCode.html +2 -2
  55. package/docs/enums/TransactionAccessLevel.html +2 -2
  56. package/docs/functions/getInstance.html +1 -1
  57. package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
  58. package/docs/interfaces/ICloudwatchConfig.html +2 -2
  59. package/docs/interfaces/ICloudwatchCredentials.html +2 -2
  60. package/docs/interfaces/ICloudwatchStreamConfig.html +2 -2
  61. package/docs/interfaces/IConfig.html +3 -3
  62. package/docs/interfaces/IDatabaseConfig.html +2 -2
  63. package/docs/interfaces/IDatabaseConnection.html +5 -5
  64. package/docs/interfaces/IDatabasePosition.html +2 -2
  65. package/docs/interfaces/IErrorResponse.html +2 -2
  66. package/docs/interfaces/IFormData.html +2 -2
  67. package/docs/interfaces/IGetMySQLVersionResult.html +2 -2
  68. package/docs/interfaces/IGetMySQLVersionRow.html +2 -2
  69. package/docs/interfaces/IInsertQueryResult.html +2 -2
  70. package/docs/interfaces/IJWTVerifyOptions.html +2 -2
  71. package/docs/interfaces/IOKPacket.html +2 -2
  72. package/docs/interfaces/IParameterMap.html +1 -1
  73. package/docs/interfaces/IQueryable.html +2 -2
  74. package/docs/interfaces/IRequestResponse.html +2 -2
  75. package/docs/interfaces/ISetSessionVariableQueryInput.html +2 -2
  76. package/docs/interfaces/IStormCLIArgs.html +2 -2
  77. package/docs/interfaces/ITemporaryTableQueryInput.html +2 -2
  78. package/docs/interfaces/IUpdateQueryResult.html +2 -2
  79. package/docs/interfaces/formidable.EmitData.html +2 -2
  80. package/docs/interfaces/formidable.EventData.html +2 -2
  81. package/docs/interfaces/formidable.File.html +9 -9
  82. package/docs/interfaces/formidable.FileJSON.html +7 -7
  83. package/docs/interfaces/formidable.Options.html +16 -16
  84. package/docs/interfaces/formidable.Part.html +17 -17
  85. package/docs/types/IDeleteQueryResult.html +1 -1
  86. package/docs/types/IStoredProcedureResult.html +1 -1
  87. package/docs/types/TCoordinate.html +1 -1
  88. package/docs/types/TExpiresIn.html +1 -1
  89. package/docs/types/TSerializableResponse.html +1 -1
  90. package/docs/types/TSupportedResponsePrimitives.html +1 -1
  91. package/docs/types/TSupportedResponseTypes.html +1 -1
  92. package/docs/types/formidable.BufferEncoding.html +1 -1
  93. package/docs/types/formidable.DefaultOptions.html +1 -1
  94. package/docs/types/formidable.EnabledPlugins.html +1 -1
  95. package/docs/types/formidable.EventNames.html +1 -1
  96. package/docs/types/formidable.Fields.html +1 -1
  97. package/docs/types/formidable.Files.html +1 -1
  98. package/docs/types/formidable.MappedParsers.html +1 -1
  99. package/docs/types/formidable.Plugin.html +1 -1
  100. package/docs/types/formidable.PluginFunction.html +1 -1
  101. package/docs/types/formidable.Plugins.html +1 -1
  102. package/docs/variables/formidable.html +1 -1
  103. package/lib/MySQLConnection.js +4 -1
  104. package/lib/MySQLConnection.js.map +1 -1
  105. package/package.json +18 -18
  106. package/src/MySQLConnection.ts +4 -1
package/CHANGELOG.md CHANGED
@@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v9.2.6](https://github.com/breautek/storm/compare/v9.2.5...v9.2.6)
8
+
9
+ - dont format sql query unless trace is enabled for query streams [`fdc10ba`](https://github.com/breautek/storm/commit/fdc10ba0512eaa9a86a229b45dcd3eaf52190905)
10
+
11
+ #### [v9.2.5](https://github.com/breautek/storm/compare/v9.2.4...v9.2.5)
12
+
13
+ > 1 December 2025
14
+
15
+ - deproll [`22fbbc0`](https://github.com/breautek/storm/commit/22fbbc0e35120f9c6d4ac01597c76f60f2822327)
16
+
7
17
  #### [v9.2.4](https://github.com/breautek/storm/compare/v9.2.3...v9.2.4)
8
18
 
19
+ > 1 October 2025
20
+
9
21
  - fix 'interpreted as BINARY by default' warnings [`3363182`](https://github.com/breautek/storm/commit/336318265134c5e2e58fdf2fd432419c9f0ac0db)
10
22
 
11
23
  #### [v9.2.3](https://github.com/breautek/storm/compare/v9.2.2...v9.2.3)
@@ -1595,9 +1595,9 @@
1595
1595
  .container-main {
1596
1596
  grid-template-columns:
1597
1597
  minmax(0, 1fr) minmax(0, 2.5fr) minmax(
1598
- 0,
1599
- 20rem
1600
- );
1598
+ 0,
1599
+ 20rem
1600
+ );
1601
1601
  grid-template-areas: "sidebar content toc";
1602
1602
  }
1603
1603