drizzle-orm 0.38.4 → 0.39.0-b06bbcd

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 (609) hide show
  1. package/_relations.cjs +328 -0
  2. package/_relations.cjs.map +1 -0
  3. package/_relations.d.cts +215 -0
  4. package/_relations.d.ts +215 -0
  5. package/_relations.js +316 -0
  6. package/_relations.js.map +1 -0
  7. package/alias.cjs.map +1 -1
  8. package/alias.d.cts +3 -3
  9. package/alias.d.ts +3 -3
  10. package/alias.js.map +1 -1
  11. package/aws-data-api/pg/driver.cjs +19 -5
  12. package/aws-data-api/pg/driver.cjs.map +1 -1
  13. package/aws-data-api/pg/driver.d.cts +9 -8
  14. package/aws-data-api/pg/driver.d.ts +9 -8
  15. package/aws-data-api/pg/driver.js +9 -8
  16. package/aws-data-api/pg/driver.js.map +1 -1
  17. package/aws-data-api/pg/migrator.cjs.map +1 -1
  18. package/aws-data-api/pg/migrator.d.cts +2 -1
  19. package/aws-data-api/pg/migrator.d.ts +2 -1
  20. package/aws-data-api/pg/migrator.js.map +1 -1
  21. package/aws-data-api/pg/session.cjs +67 -4
  22. package/aws-data-api/pg/session.cjs.map +1 -1
  23. package/aws-data-api/pg/session.d.cts +13 -8
  24. package/aws-data-api/pg/session.d.ts +13 -8
  25. package/aws-data-api/pg/session.js +67 -4
  26. package/aws-data-api/pg/session.js.map +1 -1
  27. package/better-sqlite3/driver.cjs +12 -5
  28. package/better-sqlite3/driver.cjs.map +1 -1
  29. package/better-sqlite3/driver.d.cts +7 -6
  30. package/better-sqlite3/driver.d.ts +7 -6
  31. package/better-sqlite3/driver.js +12 -8
  32. package/better-sqlite3/driver.js.map +1 -1
  33. package/better-sqlite3/migrator.cjs.map +1 -1
  34. package/better-sqlite3/migrator.d.cts +2 -1
  35. package/better-sqlite3/migrator.d.ts +2 -1
  36. package/better-sqlite3/migrator.js.map +1 -1
  37. package/better-sqlite3/session.cjs +49 -4
  38. package/better-sqlite3/session.cjs.map +1 -1
  39. package/better-sqlite3/session.d.cts +14 -8
  40. package/better-sqlite3/session.d.ts +14 -8
  41. package/better-sqlite3/session.js +49 -4
  42. package/better-sqlite3/session.js.map +1 -1
  43. package/bun-sqlite/driver.cjs +22 -5
  44. package/bun-sqlite/driver.cjs.map +1 -1
  45. package/bun-sqlite/driver.d.cts +7 -6
  46. package/bun-sqlite/driver.d.ts +7 -6
  47. package/bun-sqlite/driver.js +12 -8
  48. package/bun-sqlite/driver.js.map +1 -1
  49. package/bun-sqlite/migrator.cjs.map +1 -1
  50. package/bun-sqlite/migrator.d.cts +2 -1
  51. package/bun-sqlite/migrator.d.ts +2 -1
  52. package/bun-sqlite/migrator.js.map +1 -1
  53. package/bun-sqlite/session.cjs +49 -4
  54. package/bun-sqlite/session.cjs.map +1 -1
  55. package/bun-sqlite/session.d.cts +14 -8
  56. package/bun-sqlite/session.d.ts +14 -8
  57. package/bun-sqlite/session.js +49 -4
  58. package/bun-sqlite/session.js.map +1 -1
  59. package/d1/driver.cjs +22 -5
  60. package/d1/driver.cjs.map +1 -1
  61. package/d1/driver.d.cts +3 -2
  62. package/d1/driver.d.ts +3 -2
  63. package/d1/driver.js +12 -8
  64. package/d1/driver.js.map +1 -1
  65. package/d1/migrator.cjs.map +1 -1
  66. package/d1/migrator.d.cts +2 -1
  67. package/d1/migrator.d.ts +2 -1
  68. package/d1/migrator.js.map +1 -1
  69. package/d1/session.cjs +48 -6
  70. package/d1/session.cjs.map +1 -1
  71. package/d1/session.d.cts +15 -8
  72. package/d1/session.d.ts +15 -8
  73. package/d1/session.js +48 -6
  74. package/d1/session.js.map +1 -1
  75. package/durable-sqlite/driver.cjs +16 -5
  76. package/durable-sqlite/driver.cjs.map +1 -1
  77. package/durable-sqlite/driver.d.cts +3 -2
  78. package/durable-sqlite/driver.d.ts +3 -2
  79. package/durable-sqlite/driver.js +6 -8
  80. package/durable-sqlite/driver.js.map +1 -1
  81. package/durable-sqlite/migrator.cjs.map +1 -1
  82. package/durable-sqlite/migrator.d.cts +2 -1
  83. package/durable-sqlite/migrator.d.ts +2 -1
  84. package/durable-sqlite/migrator.js.map +1 -1
  85. package/durable-sqlite/session.cjs +46 -4
  86. package/durable-sqlite/session.cjs.map +1 -1
  87. package/durable-sqlite/session.d.cts +14 -8
  88. package/durable-sqlite/session.d.ts +14 -8
  89. package/durable-sqlite/session.js +46 -4
  90. package/durable-sqlite/session.js.map +1 -1
  91. package/expo-sqlite/driver.cjs +22 -5
  92. package/expo-sqlite/driver.cjs.map +1 -1
  93. package/expo-sqlite/driver.d.cts +3 -2
  94. package/expo-sqlite/driver.d.ts +3 -2
  95. package/expo-sqlite/driver.js +12 -8
  96. package/expo-sqlite/driver.js.map +1 -1
  97. package/expo-sqlite/migrator.cjs.map +1 -1
  98. package/expo-sqlite/migrator.d.cts +3 -2
  99. package/expo-sqlite/migrator.d.ts +3 -2
  100. package/expo-sqlite/migrator.js.map +1 -1
  101. package/expo-sqlite/query.cjs +13 -2
  102. package/expo-sqlite/query.cjs.map +1 -1
  103. package/expo-sqlite/query.d.cts +2 -1
  104. package/expo-sqlite/query.d.ts +2 -1
  105. package/expo-sqlite/query.js +3 -2
  106. package/expo-sqlite/query.js.map +1 -1
  107. package/expo-sqlite/session.cjs +47 -4
  108. package/expo-sqlite/session.cjs.map +1 -1
  109. package/expo-sqlite/session.d.cts +14 -8
  110. package/expo-sqlite/session.d.ts +14 -8
  111. package/expo-sqlite/session.js +47 -4
  112. package/expo-sqlite/session.js.map +1 -1
  113. package/libsql/driver-core.cjs +22 -5
  114. package/libsql/driver-core.cjs.map +1 -1
  115. package/libsql/driver-core.d.cts +2 -1
  116. package/libsql/driver-core.d.ts +2 -1
  117. package/libsql/driver-core.js +12 -8
  118. package/libsql/driver-core.js.map +1 -1
  119. package/libsql/driver.cjs.map +1 -1
  120. package/libsql/driver.d.cts +6 -5
  121. package/libsql/driver.d.ts +6 -5
  122. package/libsql/driver.js.map +1 -1
  123. package/libsql/http/index.cjs.map +1 -1
  124. package/libsql/http/index.d.cts +6 -5
  125. package/libsql/http/index.d.ts +6 -5
  126. package/libsql/http/index.js.map +1 -1
  127. package/libsql/migrator.cjs.map +1 -1
  128. package/libsql/migrator.d.cts +2 -1
  129. package/libsql/migrator.d.ts +2 -1
  130. package/libsql/migrator.js.map +1 -1
  131. package/libsql/node/index.cjs.map +1 -1
  132. package/libsql/node/index.d.cts +6 -5
  133. package/libsql/node/index.d.ts +6 -5
  134. package/libsql/node/index.js.map +1 -1
  135. package/libsql/session.cjs +56 -4
  136. package/libsql/session.cjs.map +1 -1
  137. package/libsql/session.d.cts +15 -9
  138. package/libsql/session.d.ts +15 -9
  139. package/libsql/session.js +56 -4
  140. package/libsql/session.js.map +1 -1
  141. package/libsql/sqlite3/index.cjs.map +1 -1
  142. package/libsql/sqlite3/index.d.cts +6 -5
  143. package/libsql/sqlite3/index.d.ts +6 -5
  144. package/libsql/sqlite3/index.js.map +1 -1
  145. package/libsql/wasm/index.cjs.map +1 -1
  146. package/libsql/wasm/index.d.cts +6 -5
  147. package/libsql/wasm/index.d.ts +6 -5
  148. package/libsql/wasm/index.js.map +1 -1
  149. package/libsql/web/index.cjs.map +1 -1
  150. package/libsql/web/index.d.cts +6 -5
  151. package/libsql/web/index.d.ts +6 -5
  152. package/libsql/web/index.js.map +1 -1
  153. package/libsql/ws/index.cjs.map +1 -1
  154. package/libsql/ws/index.d.cts +6 -5
  155. package/libsql/ws/index.d.ts +6 -5
  156. package/libsql/ws/index.js.map +1 -1
  157. package/mysql-core/db.cjs +29 -8
  158. package/mysql-core/db.cjs.map +1 -1
  159. package/mysql-core/db.d.cts +15 -8
  160. package/mysql-core/db.d.ts +15 -8
  161. package/mysql-core/db.js +28 -7
  162. package/mysql-core/db.js.map +1 -1
  163. package/mysql-core/dialect.cjs +194 -15
  164. package/mysql-core/dialect.cjs.map +1 -1
  165. package/mysql-core/dialect.d.cts +33 -13
  166. package/mysql-core/dialect.d.ts +33 -13
  167. package/mysql-core/dialect.js +191 -21
  168. package/mysql-core/dialect.js.map +1 -1
  169. package/mysql-core/query-builders/_query.cjs +149 -0
  170. package/mysql-core/query-builders/_query.cjs.map +1 -0
  171. package/mysql-core/query-builders/_query.d.cts +44 -0
  172. package/mysql-core/query-builders/_query.d.ts +44 -0
  173. package/mysql-core/query-builders/_query.js +114 -0
  174. package/mysql-core/query-builders/_query.js.map +1 -0
  175. package/mysql-core/query-builders/count.cjs.map +1 -1
  176. package/mysql-core/query-builders/count.d.cts +1 -1
  177. package/mysql-core/query-builders/count.d.ts +1 -1
  178. package/mysql-core/query-builders/count.js.map +1 -1
  179. package/mysql-core/query-builders/query.cjs +18 -31
  180. package/mysql-core/query-builders/query.cjs.map +1 -1
  181. package/mysql-core/query-builders/query.d.cts +8 -10
  182. package/mysql-core/query-builders/query.d.ts +8 -10
  183. package/mysql-core/query-builders/query.js +18 -31
  184. package/mysql-core/query-builders/query.js.map +1 -1
  185. package/mysql-core/session.cjs +3 -2
  186. package/mysql-core/session.cjs.map +1 -1
  187. package/mysql-core/session.d.cts +10 -7
  188. package/mysql-core/session.d.ts +10 -7
  189. package/mysql-core/session.js +3 -2
  190. package/mysql-core/session.js.map +1 -1
  191. package/mysql-proxy/driver.cjs +22 -5
  192. package/mysql-proxy/driver.cjs.map +1 -1
  193. package/mysql-proxy/driver.d.cts +3 -2
  194. package/mysql-proxy/driver.d.ts +3 -2
  195. package/mysql-proxy/driver.js +12 -8
  196. package/mysql-proxy/driver.js.map +1 -1
  197. package/mysql-proxy/migrator.cjs.map +1 -1
  198. package/mysql-proxy/migrator.d.cts +2 -1
  199. package/mysql-proxy/migrator.d.ts +2 -1
  200. package/mysql-proxy/migrator.js.map +1 -1
  201. package/mysql-proxy/session.cjs +27 -2
  202. package/mysql-proxy/session.cjs.map +1 -1
  203. package/mysql-proxy/session.d.cts +13 -8
  204. package/mysql-proxy/session.d.ts +13 -8
  205. package/mysql-proxy/session.js +27 -2
  206. package/mysql-proxy/session.js.map +1 -1
  207. package/mysql2/driver.cjs +24 -7
  208. package/mysql2/driver.cjs.map +1 -1
  209. package/mysql2/driver.d.cts +10 -9
  210. package/mysql2/driver.d.ts +10 -9
  211. package/mysql2/driver.js +14 -10
  212. package/mysql2/driver.js.map +1 -1
  213. package/mysql2/migrator.cjs.map +1 -1
  214. package/mysql2/migrator.d.cts +2 -1
  215. package/mysql2/migrator.d.ts +2 -1
  216. package/mysql2/migrator.js.map +1 -1
  217. package/mysql2/session.cjs +30 -2
  218. package/mysql2/session.cjs.map +1 -1
  219. package/mysql2/session.d.cts +13 -8
  220. package/mysql2/session.d.ts +13 -8
  221. package/mysql2/session.js +30 -2
  222. package/mysql2/session.js.map +1 -1
  223. package/neon-http/driver.cjs +21 -7
  224. package/neon-http/driver.cjs.map +1 -1
  225. package/neon-http/driver.d.cts +10 -9
  226. package/neon-http/driver.d.ts +10 -9
  227. package/neon-http/driver.js +11 -7
  228. package/neon-http/driver.js.map +1 -1
  229. package/neon-http/migrator.cjs.map +1 -1
  230. package/neon-http/migrator.d.cts +2 -1
  231. package/neon-http/migrator.d.ts +2 -1
  232. package/neon-http/migrator.js.map +1 -1
  233. package/neon-http/session.cjs +32 -2
  234. package/neon-http/session.cjs.map +1 -1
  235. package/neon-http/session.d.cts +13 -8
  236. package/neon-http/session.d.ts +13 -8
  237. package/neon-http/session.js +32 -2
  238. package/neon-http/session.js.map +1 -1
  239. package/neon-serverless/driver.cjs +18 -7
  240. package/neon-serverless/driver.cjs.map +1 -1
  241. package/neon-serverless/driver.d.cts +9 -8
  242. package/neon-serverless/driver.d.ts +9 -8
  243. package/neon-serverless/driver.js +8 -10
  244. package/neon-serverless/driver.js.map +1 -1
  245. package/neon-serverless/migrator.cjs.map +1 -1
  246. package/neon-serverless/migrator.d.cts +2 -1
  247. package/neon-serverless/migrator.d.ts +2 -1
  248. package/neon-serverless/migrator.js.map +1 -1
  249. package/neon-serverless/session.cjs +40 -5
  250. package/neon-serverless/session.cjs.map +1 -1
  251. package/neon-serverless/session.d.cts +13 -8
  252. package/neon-serverless/session.d.ts +13 -8
  253. package/neon-serverless/session.js +40 -5
  254. package/neon-serverless/session.js.map +1 -1
  255. package/node-postgres/driver.cjs +13 -7
  256. package/node-postgres/driver.cjs.map +1 -1
  257. package/node-postgres/driver.d.cts +9 -8
  258. package/node-postgres/driver.d.ts +9 -8
  259. package/node-postgres/driver.js +13 -10
  260. package/node-postgres/driver.js.map +1 -1
  261. package/node-postgres/migrator.cjs.map +1 -1
  262. package/node-postgres/migrator.d.cts +2 -1
  263. package/node-postgres/migrator.d.ts +2 -1
  264. package/node-postgres/migrator.js.map +1 -1
  265. package/node-postgres/session.cjs +45 -4
  266. package/node-postgres/session.cjs.map +1 -1
  267. package/node-postgres/session.d.cts +13 -8
  268. package/node-postgres/session.d.ts +13 -8
  269. package/node-postgres/session.js +45 -4
  270. package/node-postgres/session.js.map +1 -1
  271. package/op-sqlite/driver.cjs +22 -5
  272. package/op-sqlite/driver.cjs.map +1 -1
  273. package/op-sqlite/driver.d.cts +3 -2
  274. package/op-sqlite/driver.d.ts +3 -2
  275. package/op-sqlite/driver.js +12 -8
  276. package/op-sqlite/driver.js.map +1 -1
  277. package/op-sqlite/migrator.cjs.map +1 -1
  278. package/op-sqlite/migrator.d.cts +3 -2
  279. package/op-sqlite/migrator.d.ts +3 -2
  280. package/op-sqlite/migrator.js.map +1 -1
  281. package/op-sqlite/session.cjs +47 -4
  282. package/op-sqlite/session.cjs.map +1 -1
  283. package/op-sqlite/session.d.cts +14 -8
  284. package/op-sqlite/session.d.ts +14 -8
  285. package/op-sqlite/session.js +47 -4
  286. package/op-sqlite/session.js.map +1 -1
  287. package/package.json +51 -3
  288. package/pg-core/db.cjs +31 -7
  289. package/pg-core/db.cjs.map +1 -1
  290. package/pg-core/db.d.cts +16 -9
  291. package/pg-core/db.d.ts +16 -9
  292. package/pg-core/db.js +30 -6
  293. package/pg-core/db.js.map +1 -1
  294. package/pg-core/dialect.cjs +161 -488
  295. package/pg-core/dialect.cjs.map +1 -1
  296. package/pg-core/dialect.d.cts +24 -7
  297. package/pg-core/dialect.d.ts +24 -7
  298. package/pg-core/dialect.js +158 -494
  299. package/pg-core/dialect.js.map +1 -1
  300. package/pg-core/query-builders/_query.cjs +155 -0
  301. package/pg-core/query-builders/_query.cjs.map +1 -0
  302. package/pg-core/query-builders/_query.d.cts +47 -0
  303. package/pg-core/query-builders/_query.d.ts +47 -0
  304. package/pg-core/query-builders/_query.js +120 -0
  305. package/pg-core/query-builders/_query.js.map +1 -0
  306. package/pg-core/query-builders/count.cjs.map +1 -1
  307. package/pg-core/query-builders/count.d.cts +1 -1
  308. package/pg-core/query-builders/count.d.ts +1 -1
  309. package/pg-core/query-builders/count.js.map +1 -1
  310. package/pg-core/query-builders/query.cjs +15 -18
  311. package/pg-core/query-builders/query.cjs.map +1 -1
  312. package/pg-core/query-builders/query.d.cts +6 -6
  313. package/pg-core/query-builders/query.d.ts +6 -6
  314. package/pg-core/query-builders/query.js +15 -18
  315. package/pg-core/query-builders/query.js.map +1 -1
  316. package/pg-core/session.cjs +3 -2
  317. package/pg-core/session.cjs.map +1 -1
  318. package/pg-core/session.d.cts +9 -6
  319. package/pg-core/session.d.ts +9 -6
  320. package/pg-core/session.js +3 -2
  321. package/pg-core/session.js.map +1 -1
  322. package/pg-proxy/driver.cjs +21 -5
  323. package/pg-proxy/driver.cjs.map +1 -1
  324. package/pg-proxy/driver.d.cts +3 -2
  325. package/pg-proxy/driver.d.ts +3 -2
  326. package/pg-proxy/driver.js +11 -8
  327. package/pg-proxy/driver.js.map +1 -1
  328. package/pg-proxy/migrator.cjs.map +1 -1
  329. package/pg-proxy/migrator.d.cts +2 -1
  330. package/pg-proxy/migrator.d.ts +2 -1
  331. package/pg-proxy/migrator.js.map +1 -1
  332. package/pg-proxy/session.cjs +37 -2
  333. package/pg-proxy/session.cjs.map +1 -1
  334. package/pg-proxy/session.d.cts +13 -8
  335. package/pg-proxy/session.d.ts +13 -8
  336. package/pg-proxy/session.js +37 -2
  337. package/pg-proxy/session.js.map +1 -1
  338. package/pglite/driver.cjs +23 -7
  339. package/pglite/driver.cjs.map +1 -1
  340. package/pglite/driver.d.cts +9 -8
  341. package/pglite/driver.d.ts +9 -8
  342. package/pglite/driver.js +13 -10
  343. package/pglite/driver.js.map +1 -1
  344. package/pglite/migrator.cjs.map +1 -1
  345. package/pglite/migrator.d.cts +2 -1
  346. package/pglite/migrator.d.ts +2 -1
  347. package/pglite/migrator.js.map +1 -1
  348. package/pglite/session.cjs +34 -3
  349. package/pglite/session.cjs.map +1 -1
  350. package/pglite/session.d.cts +13 -8
  351. package/pglite/session.d.ts +13 -8
  352. package/pglite/session.js +34 -3
  353. package/pglite/session.js.map +1 -1
  354. package/planetscale-serverless/driver.cjs +22 -5
  355. package/planetscale-serverless/driver.cjs.map +1 -1
  356. package/planetscale-serverless/driver.d.cts +7 -6
  357. package/planetscale-serverless/driver.d.ts +7 -6
  358. package/planetscale-serverless/driver.js +12 -8
  359. package/planetscale-serverless/driver.js.map +1 -1
  360. package/planetscale-serverless/migrator.cjs.map +1 -1
  361. package/planetscale-serverless/migrator.d.cts +2 -1
  362. package/planetscale-serverless/migrator.d.ts +2 -1
  363. package/planetscale-serverless/migrator.js.map +1 -1
  364. package/planetscale-serverless/session.cjs +45 -5
  365. package/planetscale-serverless/session.cjs.map +1 -1
  366. package/planetscale-serverless/session.d.cts +14 -9
  367. package/planetscale-serverless/session.d.ts +14 -9
  368. package/planetscale-serverless/session.js +45 -5
  369. package/planetscale-serverless/session.js.map +1 -1
  370. package/postgres-js/driver.cjs +6 -5
  371. package/postgres-js/driver.cjs.map +1 -1
  372. package/postgres-js/driver.d.cts +7 -6
  373. package/postgres-js/driver.d.ts +7 -6
  374. package/postgres-js/driver.js +6 -8
  375. package/postgres-js/driver.js.map +1 -1
  376. package/postgres-js/migrator.cjs.map +1 -1
  377. package/postgres-js/migrator.d.cts +2 -1
  378. package/postgres-js/migrator.d.ts +2 -1
  379. package/postgres-js/migrator.js.map +1 -1
  380. package/postgres-js/session.cjs +51 -6
  381. package/postgres-js/session.cjs.map +1 -1
  382. package/postgres-js/session.d.cts +15 -9
  383. package/postgres-js/session.d.ts +15 -9
  384. package/postgres-js/session.js +51 -6
  385. package/postgres-js/session.js.map +1 -1
  386. package/prisma/mysql/driver.cjs +1 -1
  387. package/prisma/mysql/driver.cjs.map +1 -1
  388. package/prisma/mysql/driver.js +1 -1
  389. package/prisma/mysql/driver.js.map +1 -1
  390. package/prisma/mysql/session.cjs +3 -0
  391. package/prisma/mysql/session.cjs.map +1 -1
  392. package/prisma/mysql/session.d.cts +3 -1
  393. package/prisma/mysql/session.d.ts +3 -1
  394. package/prisma/mysql/session.js +3 -0
  395. package/prisma/mysql/session.js.map +1 -1
  396. package/prisma/pg/driver.cjs +1 -1
  397. package/prisma/pg/driver.cjs.map +1 -1
  398. package/prisma/pg/driver.js +1 -1
  399. package/prisma/pg/driver.js.map +1 -1
  400. package/prisma/pg/session.cjs +3 -0
  401. package/prisma/pg/session.cjs.map +1 -1
  402. package/prisma/pg/session.d.cts +3 -1
  403. package/prisma/pg/session.d.ts +3 -1
  404. package/prisma/pg/session.js +3 -0
  405. package/prisma/pg/session.js.map +1 -1
  406. package/prisma/sqlite/driver.cjs +1 -1
  407. package/prisma/sqlite/driver.cjs.map +1 -1
  408. package/prisma/sqlite/driver.js +1 -1
  409. package/prisma/sqlite/driver.js.map +1 -1
  410. package/prisma/sqlite/session.cjs +3 -0
  411. package/prisma/sqlite/session.cjs.map +1 -1
  412. package/prisma/sqlite/session.d.cts +4 -2
  413. package/prisma/sqlite/session.d.ts +4 -2
  414. package/prisma/sqlite/session.js +3 -0
  415. package/prisma/sqlite/session.js.map +1 -1
  416. package/relations.cjs +595 -245
  417. package/relations.cjs.map +1 -1
  418. package/relations.d.cts +276 -131
  419. package/relations.d.ts +276 -131
  420. package/relations.js +589 -239
  421. package/relations.js.map +1 -1
  422. package/singlestore/driver.cjs +1 -1
  423. package/singlestore/driver.cjs.map +1 -1
  424. package/singlestore/driver.d.cts +1 -1
  425. package/singlestore/driver.d.ts +1 -1
  426. package/singlestore/driver.js +3 -3
  427. package/singlestore/driver.js.map +1 -1
  428. package/singlestore/session.cjs.map +1 -1
  429. package/singlestore/session.d.cts +4 -4
  430. package/singlestore/session.d.ts +4 -4
  431. package/singlestore/session.js.map +1 -1
  432. package/singlestore-core/db.cjs.map +1 -1
  433. package/singlestore-core/db.d.cts +3 -3
  434. package/singlestore-core/db.d.ts +3 -3
  435. package/singlestore-core/db.js.map +1 -1
  436. package/singlestore-core/dialect.cjs +16 -6
  437. package/singlestore-core/dialect.cjs.map +1 -1
  438. package/singlestore-core/dialect.d.cts +6 -6
  439. package/singlestore-core/dialect.d.ts +6 -6
  440. package/singlestore-core/dialect.js +6 -12
  441. package/singlestore-core/dialect.js.map +1 -1
  442. package/singlestore-core/query-builders/query.cjs +12 -2
  443. package/singlestore-core/query-builders/query.cjs.map +1 -1
  444. package/singlestore-core/query-builders/query.d.cts +6 -6
  445. package/singlestore-core/query-builders/query.d.ts +6 -6
  446. package/singlestore-core/query-builders/query.js +2 -4
  447. package/singlestore-core/query-builders/query.js.map +1 -1
  448. package/singlestore-core/session.cjs.map +1 -1
  449. package/singlestore-core/session.d.cts +5 -5
  450. package/singlestore-core/session.d.ts +5 -5
  451. package/singlestore-core/session.js.map +1 -1
  452. package/singlestore-proxy/driver.cjs +1 -1
  453. package/singlestore-proxy/driver.cjs.map +1 -1
  454. package/singlestore-proxy/driver.js +3 -3
  455. package/singlestore-proxy/driver.js.map +1 -1
  456. package/singlestore-proxy/session.cjs.map +1 -1
  457. package/singlestore-proxy/session.d.cts +4 -4
  458. package/singlestore-proxy/session.d.ts +4 -4
  459. package/singlestore-proxy/session.js.map +1 -1
  460. package/sql/sql.cjs +1 -1
  461. package/sql/sql.cjs.map +1 -1
  462. package/sql/sql.d.cts +8 -8
  463. package/sql/sql.d.ts +8 -8
  464. package/sql/sql.js +1 -1
  465. package/sql/sql.js.map +1 -1
  466. package/sql-js/driver.cjs +16 -5
  467. package/sql-js/driver.cjs.map +1 -1
  468. package/sql-js/driver.d.cts +3 -2
  469. package/sql-js/driver.d.ts +3 -2
  470. package/sql-js/driver.js +6 -8
  471. package/sql-js/driver.js.map +1 -1
  472. package/sql-js/migrator.cjs.map +1 -1
  473. package/sql-js/migrator.d.cts +2 -1
  474. package/sql-js/migrator.d.ts +2 -1
  475. package/sql-js/migrator.js.map +1 -1
  476. package/sql-js/session.cjs +76 -4
  477. package/sql-js/session.cjs.map +1 -1
  478. package/sql-js/session.d.cts +15 -8
  479. package/sql-js/session.d.ts +15 -8
  480. package/sql-js/session.js +76 -4
  481. package/sql-js/session.js.map +1 -1
  482. package/sqlite-core/db.cjs +38 -14
  483. package/sqlite-core/db.cjs.map +1 -1
  484. package/sqlite-core/db.d.cts +16 -8
  485. package/sqlite-core/db.d.ts +16 -8
  486. package/sqlite-core/db.js +37 -13
  487. package/sqlite-core/db.js.map +1 -1
  488. package/sqlite-core/dialect.cjs +183 -7
  489. package/sqlite-core/dialect.cjs.map +1 -1
  490. package/sqlite-core/dialect.d.cts +28 -9
  491. package/sqlite-core/dialect.d.ts +28 -9
  492. package/sqlite-core/dialect.js +180 -13
  493. package/sqlite-core/dialect.js.map +1 -1
  494. package/sqlite-core/query-builders/_query.cjs +187 -0
  495. package/sqlite-core/query-builders/_query.cjs.map +1 -0
  496. package/sqlite-core/query-builders/_query.d.cts +55 -0
  497. package/sqlite-core/query-builders/_query.d.ts +55 -0
  498. package/sqlite-core/query-builders/_query.js +151 -0
  499. package/sqlite-core/query-builders/_query.js.map +1 -0
  500. package/sqlite-core/query-builders/count.cjs.map +1 -1
  501. package/sqlite-core/query-builders/count.d.cts +1 -1
  502. package/sqlite-core/query-builders/count.d.ts +1 -1
  503. package/sqlite-core/query-builders/count.js.map +1 -1
  504. package/sqlite-core/query-builders/delete.cjs.map +1 -1
  505. package/sqlite-core/query-builders/delete.d.cts +1 -1
  506. package/sqlite-core/query-builders/delete.d.ts +1 -1
  507. package/sqlite-core/query-builders/delete.js.map +1 -1
  508. package/sqlite-core/query-builders/insert.cjs.map +1 -1
  509. package/sqlite-core/query-builders/insert.d.cts +3 -3
  510. package/sqlite-core/query-builders/insert.d.ts +3 -3
  511. package/sqlite-core/query-builders/insert.js.map +1 -1
  512. package/sqlite-core/query-builders/query.cjs +53 -32
  513. package/sqlite-core/query-builders/query.cjs.map +1 -1
  514. package/sqlite-core/query-builders/query.d.cts +18 -17
  515. package/sqlite-core/query-builders/query.d.ts +18 -17
  516. package/sqlite-core/query-builders/query.js +53 -32
  517. package/sqlite-core/query-builders/query.js.map +1 -1
  518. package/sqlite-core/query-builders/select.cjs.map +1 -1
  519. package/sqlite-core/query-builders/select.d.cts +3 -3
  520. package/sqlite-core/query-builders/select.d.ts +3 -3
  521. package/sqlite-core/query-builders/select.js.map +1 -1
  522. package/sqlite-core/query-builders/update.cjs.map +1 -1
  523. package/sqlite-core/query-builders/update.d.cts +3 -3
  524. package/sqlite-core/query-builders/update.d.ts +3 -3
  525. package/sqlite-core/query-builders/update.js.map +1 -1
  526. package/sqlite-core/session.cjs +6 -2
  527. package/sqlite-core/session.cjs.map +1 -1
  528. package/sqlite-core/session.d.cts +15 -7
  529. package/sqlite-core/session.d.ts +15 -7
  530. package/sqlite-core/session.js +6 -2
  531. package/sqlite-core/session.js.map +1 -1
  532. package/sqlite-proxy/driver.cjs +23 -5
  533. package/sqlite-proxy/driver.cjs.map +1 -1
  534. package/sqlite-proxy/driver.d.cts +4 -3
  535. package/sqlite-proxy/driver.d.ts +4 -3
  536. package/sqlite-proxy/driver.js +13 -5
  537. package/sqlite-proxy/driver.js.map +1 -1
  538. package/sqlite-proxy/migrator.cjs.map +1 -1
  539. package/sqlite-proxy/migrator.d.cts +2 -1
  540. package/sqlite-proxy/migrator.d.ts +2 -1
  541. package/sqlite-proxy/migrator.js.map +1 -1
  542. package/sqlite-proxy/session.cjs +50 -6
  543. package/sqlite-proxy/session.cjs.map +1 -1
  544. package/sqlite-proxy/session.d.cts +14 -8
  545. package/sqlite-proxy/session.d.ts +14 -8
  546. package/sqlite-proxy/session.js +50 -6
  547. package/sqlite-proxy/session.js.map +1 -1
  548. package/table.cjs.map +1 -1
  549. package/table.d.cts +1 -1
  550. package/table.d.ts +1 -1
  551. package/table.js.map +1 -1
  552. package/tidb-serverless/driver.cjs +22 -5
  553. package/tidb-serverless/driver.cjs.map +1 -1
  554. package/tidb-serverless/driver.d.cts +7 -6
  555. package/tidb-serverless/driver.d.ts +7 -6
  556. package/tidb-serverless/driver.js +12 -8
  557. package/tidb-serverless/driver.js.map +1 -1
  558. package/tidb-serverless/migrator.cjs.map +1 -1
  559. package/tidb-serverless/migrator.d.cts +2 -1
  560. package/tidb-serverless/migrator.d.ts +2 -1
  561. package/tidb-serverless/migrator.js.map +1 -1
  562. package/tidb-serverless/session.cjs +62 -5
  563. package/tidb-serverless/session.cjs.map +1 -1
  564. package/tidb-serverless/session.d.cts +14 -9
  565. package/tidb-serverless/session.d.ts +14 -9
  566. package/tidb-serverless/session.js +62 -5
  567. package/tidb-serverless/session.js.map +1 -1
  568. package/utils.cjs +2 -2
  569. package/utils.cjs.map +1 -1
  570. package/utils.d.cts +3 -1
  571. package/utils.d.ts +3 -1
  572. package/utils.js +2 -2
  573. package/utils.js.map +1 -1
  574. package/vercel-postgres/driver.cjs +23 -7
  575. package/vercel-postgres/driver.cjs.map +1 -1
  576. package/vercel-postgres/driver.d.cts +9 -8
  577. package/vercel-postgres/driver.d.ts +9 -8
  578. package/vercel-postgres/driver.js +13 -10
  579. package/vercel-postgres/driver.js.map +1 -1
  580. package/vercel-postgres/migrator.cjs.map +1 -1
  581. package/vercel-postgres/migrator.d.cts +2 -1
  582. package/vercel-postgres/migrator.d.ts +2 -1
  583. package/vercel-postgres/migrator.js.map +1 -1
  584. package/vercel-postgres/session.cjs +34 -4
  585. package/vercel-postgres/session.cjs.map +1 -1
  586. package/vercel-postgres/session.d.cts +13 -8
  587. package/vercel-postgres/session.d.ts +13 -8
  588. package/vercel-postgres/session.js +34 -4
  589. package/vercel-postgres/session.js.map +1 -1
  590. package/version.cjs +1 -1
  591. package/version.d.cts +1 -1
  592. package/version.d.ts +1 -1
  593. package/version.js +1 -1
  594. package/xata-http/driver.cjs +17 -5
  595. package/xata-http/driver.cjs.map +1 -1
  596. package/xata-http/driver.d.cts +5 -4
  597. package/xata-http/driver.d.ts +5 -4
  598. package/xata-http/driver.js +7 -5
  599. package/xata-http/driver.js.map +1 -1
  600. package/xata-http/migrator.cjs.map +1 -1
  601. package/xata-http/migrator.d.cts +2 -1
  602. package/xata-http/migrator.d.ts +2 -1
  603. package/xata-http/migrator.js.map +1 -1
  604. package/xata-http/session.cjs +30 -2
  605. package/xata-http/session.cjs.map +1 -1
  606. package/xata-http/session.d.cts +13 -8
  607. package/xata-http/session.d.ts +13 -8
  608. package/xata-http/session.js +30 -2
  609. package/xata-http/session.js.map +1 -1
@@ -1,3 +1,4 @@
1
+ import * as V1 from "../_relations.js";
1
2
  import { aliasedTable, aliasedTableColumn, mapColumnsInAliasedSQLToAlias, mapColumnsInSQLToAlias } from "../alias.js";
2
3
  import { CasingCache } from "../casing.js";
3
4
  import { Column } from "../column.js";
@@ -17,11 +18,12 @@ import {
17
18
  } from "./columns/index.js";
18
19
  import { PgTable } from "./table.js";
19
20
  import {
20
- getOperators,
21
- getOrderByOperators,
22
- Many,
23
- normalizeRelation,
24
- One
21
+ AggregatedField,
22
+ One,
23
+ relationExtrasToSQL,
24
+ relationsFilterToSQL,
25
+ relationsOrderToSQL,
26
+ relationToSQL
25
27
  } from "../relations.js";
26
28
  import { and, eq, View } from "../sql/index.js";
27
29
  import {
@@ -30,7 +32,7 @@ import {
30
32
  sql
31
33
  } from "../sql/sql.js";
32
34
  import { Subquery } from "../subquery.js";
33
- import { getTableName, getTableUniqueName, Table } from "../table.js";
35
+ import { Columns, getTableName, getTableUniqueName, IsAlias, OriginalName, Schema, Table } from "../table.js";
34
36
  import { orderSelectedFields } from "../utils.js";
35
37
  import { ViewBaseConfig } from "../view-common.js";
36
38
  import { PgViewBase } from "./view-base.js";
@@ -424,488 +426,8 @@ class PgDialect {
424
426
  invokeSource
425
427
  });
426
428
  }
427
- // buildRelationalQueryWithPK({
428
- // fullSchema,
429
- // schema,
430
- // tableNamesMap,
431
- // table,
432
- // tableConfig,
433
- // queryConfig: config,
434
- // tableAlias,
435
- // isRoot = false,
436
- // joinOn,
437
- // }: {
438
- // fullSchema: Record<string, unknown>;
439
- // schema: TablesRelationalConfig;
440
- // tableNamesMap: Record<string, string>;
441
- // table: PgTable;
442
- // tableConfig: TableRelationalConfig;
443
- // queryConfig: true | DBQueryConfig<'many', true>;
444
- // tableAlias: string;
445
- // isRoot?: boolean;
446
- // joinOn?: SQL;
447
- // }): BuildRelationalQueryResult<PgTable, PgColumn> {
448
- // // For { "<relation>": true }, return a table with selection of all columns
449
- // if (config === true) {
450
- // const selectionEntries = Object.entries(tableConfig.columns);
451
- // const selection: BuildRelationalQueryResult<PgTable, PgColumn>['selection'] = selectionEntries.map((
452
- // [key, value],
453
- // ) => ({
454
- // dbKey: value.name,
455
- // tsKey: key,
456
- // field: value as PgColumn,
457
- // relationTableTsKey: undefined,
458
- // isJson: false,
459
- // selection: [],
460
- // }));
461
- // return {
462
- // tableTsKey: tableConfig.tsName,
463
- // sql: table,
464
- // selection,
465
- // };
466
- // }
467
- // // let selection: BuildRelationalQueryResult<PgTable, PgColumn>['selection'] = [];
468
- // // let selectionForBuild = selection;
469
- // const aliasedColumns = Object.fromEntries(
470
- // Object.entries(tableConfig.columns).map(([key, value]) => [key, aliasedTableColumn(value, tableAlias)]),
471
- // );
472
- // const aliasedRelations = Object.fromEntries(
473
- // Object.entries(tableConfig.relations).map(([key, value]) => [key, aliasedRelation(value, tableAlias)]),
474
- // );
475
- // const aliasedFields = Object.assign({}, aliasedColumns, aliasedRelations);
476
- // let where, hasUserDefinedWhere;
477
- // if (config.where) {
478
- // const whereSql = typeof config.where === 'function' ? config.where(aliasedFields, operators) : config.where;
479
- // where = whereSql && mapColumnsInSQLToAlias(whereSql, tableAlias);
480
- // hasUserDefinedWhere = !!where;
481
- // }
482
- // where = and(joinOn, where);
483
- // // const fieldsSelection: { tsKey: string; value: PgColumn | SQL.Aliased; isExtra?: boolean }[] = [];
484
- // let joins: Join[] = [];
485
- // let selectedColumns: string[] = [];
486
- // // Figure out which columns to select
487
- // if (config.columns) {
488
- // let isIncludeMode = false;
489
- // for (const [field, value] of Object.entries(config.columns)) {
490
- // if (value === undefined) {
491
- // continue;
492
- // }
493
- // if (field in tableConfig.columns) {
494
- // if (!isIncludeMode && value === true) {
495
- // isIncludeMode = true;
496
- // }
497
- // selectedColumns.push(field);
498
- // }
499
- // }
500
- // if (selectedColumns.length > 0) {
501
- // selectedColumns = isIncludeMode
502
- // ? selectedColumns.filter((c) => config.columns?.[c] === true)
503
- // : Object.keys(tableConfig.columns).filter((key) => !selectedColumns.includes(key));
504
- // }
505
- // } else {
506
- // // Select all columns if selection is not specified
507
- // selectedColumns = Object.keys(tableConfig.columns);
508
- // }
509
- // // for (const field of selectedColumns) {
510
- // // const column = tableConfig.columns[field]! as PgColumn;
511
- // // fieldsSelection.push({ tsKey: field, value: column });
512
- // // }
513
- // let initiallySelectedRelations: {
514
- // tsKey: string;
515
- // queryConfig: true | DBQueryConfig<'many', false>;
516
- // relation: Relation;
517
- // }[] = [];
518
- // // let selectedRelations: BuildRelationalQueryResult<PgTable, PgColumn>['selection'] = [];
519
- // // Figure out which relations to select
520
- // if (config.with) {
521
- // initiallySelectedRelations = Object.entries(config.with)
522
- // .filter((entry): entry is [typeof entry[0], NonNullable<typeof entry[1]>] => !!entry[1])
523
- // .map(([tsKey, queryConfig]) => ({ tsKey, queryConfig, relation: tableConfig.relations[tsKey]! }));
524
- // }
525
- // const manyRelations = initiallySelectedRelations.filter((r) =>
526
- // is(r.relation, Many)
527
- // && (schema[tableNamesMap[r.relation.referencedTable[Table.Symbol.Name]]!]?.primaryKey.length ?? 0) > 0
528
- // );
529
- // // If this is the last Many relation (or there are no Many relations), we are on the innermost subquery level
530
- // const isInnermostQuery = manyRelations.length < 2;
531
- // const selectedExtras: {
532
- // tsKey: string;
533
- // value: SQL.Aliased;
534
- // }[] = [];
535
- // // Figure out which extras to select
536
- // if (isInnermostQuery && config.extras) {
537
- // const extras = typeof config.extras === 'function'
538
- // ? config.extras(aliasedFields, { sql })
539
- // : config.extras;
540
- // for (const [tsKey, value] of Object.entries(extras)) {
541
- // selectedExtras.push({
542
- // tsKey,
543
- // value: mapColumnsInAliasedSQLToAlias(value, tableAlias),
544
- // });
545
- // }
546
- // }
547
- // // Transform `fieldsSelection` into `selection`
548
- // // `fieldsSelection` shouldn't be used after this point
549
- // // for (const { tsKey, value, isExtra } of fieldsSelection) {
550
- // // selection.push({
551
- // // dbKey: is(value, SQL.Aliased) ? value.fieldAlias : tableConfig.columns[tsKey]!.name,
552
- // // tsKey,
553
- // // field: is(value, Column) ? aliasedTableColumn(value, tableAlias) : value,
554
- // // relationTableTsKey: undefined,
555
- // // isJson: false,
556
- // // isExtra,
557
- // // selection: [],
558
- // // });
559
- // // }
560
- // let orderByOrig = typeof config.orderBy === 'function'
561
- // ? config.orderBy(aliasedFields, orderByOperators)
562
- // : config.orderBy ?? [];
563
- // if (!Array.isArray(orderByOrig)) {
564
- // orderByOrig = [orderByOrig];
565
- // }
566
- // const orderBy = orderByOrig.map((orderByValue) => {
567
- // if (is(orderByValue, Column)) {
568
- // return aliasedTableColumn(orderByValue, tableAlias) as PgColumn;
569
- // }
570
- // return mapColumnsInSQLToAlias(orderByValue, tableAlias);
571
- // });
572
- // const limit = isInnermostQuery ? config.limit : undefined;
573
- // const offset = isInnermostQuery ? config.offset : undefined;
574
- // // For non-root queries without additional config except columns, return a table with selection
575
- // if (
576
- // !isRoot
577
- // && initiallySelectedRelations.length === 0
578
- // && selectedExtras.length === 0
579
- // && !where
580
- // && orderBy.length === 0
581
- // && limit === undefined
582
- // && offset === undefined
583
- // ) {
584
- // return {
585
- // tableTsKey: tableConfig.tsName,
586
- // sql: table,
587
- // selection: selectedColumns.map((key) => ({
588
- // dbKey: tableConfig.columns[key]!.name,
589
- // tsKey: key,
590
- // field: tableConfig.columns[key] as PgColumn,
591
- // relationTableTsKey: undefined,
592
- // isJson: false,
593
- // selection: [],
594
- // })),
595
- // };
596
- // }
597
- // const selectedRelationsWithoutPK:
598
- // // Process all relations without primary keys, because they need to be joined differently and will all be on the same query level
599
- // for (
600
- // const {
601
- // tsKey: selectedRelationTsKey,
602
- // queryConfig: selectedRelationConfigValue,
603
- // relation,
604
- // } of initiallySelectedRelations
605
- // ) {
606
- // const normalizedRelation = normalizeRelation(schema, tableNamesMap, relation);
607
- // const relationTableName = relation.referencedTable[Table.Symbol.Name];
608
- // const relationTableTsName = tableNamesMap[relationTableName]!;
609
- // const relationTable = schema[relationTableTsName]!;
610
- // if (relationTable.primaryKey.length > 0) {
611
- // continue;
612
- // }
613
- // const relationTableAlias = `${tableAlias}_${selectedRelationTsKey}`;
614
- // const joinOn = and(
615
- // ...normalizedRelation.fields.map((field, i) =>
616
- // eq(
617
- // aliasedTableColumn(normalizedRelation.references[i]!, relationTableAlias),
618
- // aliasedTableColumn(field, tableAlias),
619
- // )
620
- // ),
621
- // );
622
- // const builtRelation = this.buildRelationalQueryWithoutPK({
623
- // fullSchema,
624
- // schema,
625
- // tableNamesMap,
626
- // table: fullSchema[relationTableTsName] as PgTable,
627
- // tableConfig: schema[relationTableTsName]!,
628
- // queryConfig: selectedRelationConfigValue,
629
- // tableAlias: relationTableAlias,
630
- // joinOn,
631
- // nestedQueryRelation: relation,
632
- // });
633
- // const field = sql`${sql.identifier(relationTableAlias)}.${sql.identifier('data')}`.as(selectedRelationTsKey);
634
- // joins.push({
635
- // on: sql`true`,
636
- // table: new Subquery(builtRelation.sql as SQL, {}, relationTableAlias),
637
- // alias: relationTableAlias,
638
- // joinType: 'left',
639
- // lateral: true,
640
- // });
641
- // selectedRelations.push({
642
- // dbKey: selectedRelationTsKey,
643
- // tsKey: selectedRelationTsKey,
644
- // field,
645
- // relationTableTsKey: relationTableTsName,
646
- // isJson: true,
647
- // selection: builtRelation.selection,
648
- // });
649
- // }
650
- // const oneRelations = initiallySelectedRelations.filter((r): r is typeof r & { relation: One } =>
651
- // is(r.relation, One)
652
- // );
653
- // // Process all One relations with PKs, because they can all be joined on the same level
654
- // for (
655
- // const {
656
- // tsKey: selectedRelationTsKey,
657
- // queryConfig: selectedRelationConfigValue,
658
- // relation,
659
- // } of oneRelations
660
- // ) {
661
- // const normalizedRelation = normalizeRelation(schema, tableNamesMap, relation);
662
- // const relationTableName = relation.referencedTable[Table.Symbol.Name];
663
- // const relationTableTsName = tableNamesMap[relationTableName]!;
664
- // const relationTableAlias = `${tableAlias}_${selectedRelationTsKey}`;
665
- // const relationTable = schema[relationTableTsName]!;
666
- // if (relationTable.primaryKey.length === 0) {
667
- // continue;
668
- // }
669
- // const joinOn = and(
670
- // ...normalizedRelation.fields.map((field, i) =>
671
- // eq(
672
- // aliasedTableColumn(normalizedRelation.references[i]!, relationTableAlias),
673
- // aliasedTableColumn(field, tableAlias),
674
- // )
675
- // ),
676
- // );
677
- // const builtRelation = this.buildRelationalQueryWithPK({
678
- // fullSchema,
679
- // schema,
680
- // tableNamesMap,
681
- // table: fullSchema[relationTableTsName] as PgTable,
682
- // tableConfig: schema[relationTableTsName]!,
683
- // queryConfig: selectedRelationConfigValue,
684
- // tableAlias: relationTableAlias,
685
- // joinOn,
686
- // });
687
- // const field = sql`case when ${sql.identifier(relationTableAlias)} is null then null else json_build_array(${
688
- // sql.join(
689
- // builtRelation.selection.map(({ field }) =>
690
- // is(field, SQL.Aliased)
691
- // ? sql`${sql.identifier(relationTableAlias)}.${sql.identifier(field.fieldAlias)}`
692
- // : is(field, Column)
693
- // ? aliasedTableColumn(field, relationTableAlias)
694
- // : field
695
- // ),
696
- // sql`, `,
697
- // )
698
- // }) end`.as(selectedRelationTsKey);
699
- // const isLateralJoin = is(builtRelation.sql, SQL);
700
- // joins.push({
701
- // on: isLateralJoin ? sql`true` : joinOn,
702
- // table: is(builtRelation.sql, SQL)
703
- // ? new Subquery(builtRelation.sql, {}, relationTableAlias)
704
- // : aliasedTable(builtRelation.sql, relationTableAlias),
705
- // alias: relationTableAlias,
706
- // joinType: 'left',
707
- // lateral: is(builtRelation.sql, SQL),
708
- // });
709
- // selectedRelations.push({
710
- // dbKey: selectedRelationTsKey,
711
- // tsKey: selectedRelationTsKey,
712
- // field,
713
- // relationTableTsKey: relationTableTsName,
714
- // isJson: true,
715
- // selection: builtRelation.selection,
716
- // });
717
- // }
718
- // let distinct: PgSelectConfig['distinct'];
719
- // let tableFrom: PgTable | Subquery = table;
720
- // // Process first Many relation - each one requires a nested subquery
721
- // const manyRelation = manyRelations[0];
722
- // if (manyRelation) {
723
- // const {
724
- // tsKey: selectedRelationTsKey,
725
- // queryConfig: selectedRelationQueryConfig,
726
- // relation,
727
- // } = manyRelation;
728
- // distinct = {
729
- // on: tableConfig.primaryKey.map((c) => aliasedTableColumn(c as PgColumn, tableAlias)),
730
- // };
731
- // const normalizedRelation = normalizeRelation(schema, tableNamesMap, relation);
732
- // const relationTableName = relation.referencedTable[Table.Symbol.Name];
733
- // const relationTableTsName = tableNamesMap[relationTableName]!;
734
- // const relationTableAlias = `${tableAlias}_${selectedRelationTsKey}`;
735
- // const joinOn = and(
736
- // ...normalizedRelation.fields.map((field, i) =>
737
- // eq(
738
- // aliasedTableColumn(normalizedRelation.references[i]!, relationTableAlias),
739
- // aliasedTableColumn(field, tableAlias),
740
- // )
741
- // ),
742
- // );
743
- // const builtRelationJoin = this.buildRelationalQueryWithPK({
744
- // fullSchema,
745
- // schema,
746
- // tableNamesMap,
747
- // table: fullSchema[relationTableTsName] as PgTable,
748
- // tableConfig: schema[relationTableTsName]!,
749
- // queryConfig: selectedRelationQueryConfig,
750
- // tableAlias: relationTableAlias,
751
- // joinOn,
752
- // });
753
- // const builtRelationSelectionField = sql`case when ${
754
- // sql.identifier(relationTableAlias)
755
- // } is null then '[]' else json_agg(json_build_array(${
756
- // sql.join(
757
- // builtRelationJoin.selection.map(({ field }) =>
758
- // is(field, SQL.Aliased)
759
- // ? sql`${sql.identifier(relationTableAlias)}.${sql.identifier(field.fieldAlias)}`
760
- // : is(field, Column)
761
- // ? aliasedTableColumn(field, relationTableAlias)
762
- // : field
763
- // ),
764
- // sql`, `,
765
- // )
766
- // })) over (partition by ${sql.join(distinct.on, sql`, `)}) end`.as(selectedRelationTsKey);
767
- // const isLateralJoin = is(builtRelationJoin.sql, SQL);
768
- // joins.push({
769
- // on: isLateralJoin ? sql`true` : joinOn,
770
- // table: isLateralJoin
771
- // ? new Subquery(builtRelationJoin.sql as SQL, {}, relationTableAlias)
772
- // : aliasedTable(builtRelationJoin.sql as PgTable, relationTableAlias),
773
- // alias: relationTableAlias,
774
- // joinType: 'left',
775
- // lateral: isLateralJoin,
776
- // });
777
- // // Build the "from" subquery with the remaining Many relations
778
- // const builtTableFrom = this.buildRelationalQueryWithPK({
779
- // fullSchema,
780
- // schema,
781
- // tableNamesMap,
782
- // table,
783
- // tableConfig,
784
- // queryConfig: {
785
- // ...config,
786
- // where: undefined,
787
- // orderBy: undefined,
788
- // limit: undefined,
789
- // offset: undefined,
790
- // with: manyRelations.slice(1).reduce<NonNullable<typeof config['with']>>(
791
- // (result, { tsKey, queryConfig: configValue }) => {
792
- // result[tsKey] = configValue;
793
- // return result;
794
- // },
795
- // {},
796
- // ),
797
- // },
798
- // tableAlias,
799
- // });
800
- // selectedRelations.push({
801
- // dbKey: selectedRelationTsKey,
802
- // tsKey: selectedRelationTsKey,
803
- // field: builtRelationSelectionField,
804
- // relationTableTsKey: relationTableTsName,
805
- // isJson: true,
806
- // selection: builtRelationJoin.selection,
807
- // });
808
- // // selection = builtTableFrom.selection.map((item) =>
809
- // // is(item.field, SQL.Aliased)
810
- // // ? { ...item, field: sql`${sql.identifier(tableAlias)}.${sql.identifier(item.field.fieldAlias)}` }
811
- // // : item
812
- // // );
813
- // // selectionForBuild = [{
814
- // // dbKey: '*',
815
- // // tsKey: '*',
816
- // // field: sql`${sql.identifier(tableAlias)}.*`,
817
- // // selection: [],
818
- // // isJson: false,
819
- // // relationTableTsKey: undefined,
820
- // // }];
821
- // // const newSelectionItem: (typeof selection)[number] = {
822
- // // dbKey: selectedRelationTsKey,
823
- // // tsKey: selectedRelationTsKey,
824
- // // field,
825
- // // relationTableTsKey: relationTableTsName,
826
- // // isJson: true,
827
- // // selection: builtRelationJoin.selection,
828
- // // };
829
- // // selection.push(newSelectionItem);
830
- // // selectionForBuild.push(newSelectionItem);
831
- // tableFrom = is(builtTableFrom.sql, PgTable)
832
- // ? builtTableFrom.sql
833
- // : new Subquery(builtTableFrom.sql, {}, tableAlias);
834
- // }
835
- // if (selectedColumns.length === 0 && selectedRelations.length === 0 && selectedExtras.length === 0) {
836
- // throw new DrizzleError(`No fields selected for table "${tableConfig.tsName}" ("${tableAlias}")`);
837
- // }
838
- // let selection: BuildRelationalQueryResult<PgTable, PgColumn>['selection'];
839
- // function prepareSelectedColumns() {
840
- // return selectedColumns.map((key) => ({
841
- // dbKey: tableConfig.columns[key]!.name,
842
- // tsKey: key,
843
- // field: tableConfig.columns[key] as PgColumn,
844
- // relationTableTsKey: undefined,
845
- // isJson: false,
846
- // selection: [],
847
- // }));
848
- // }
849
- // function prepareSelectedExtras() {
850
- // return selectedExtras.map((item) => ({
851
- // dbKey: item.value.fieldAlias,
852
- // tsKey: item.tsKey,
853
- // field: item.value,
854
- // relationTableTsKey: undefined,
855
- // isJson: false,
856
- // selection: [],
857
- // }));
858
- // }
859
- // if (isRoot) {
860
- // selection = [
861
- // ...prepareSelectedColumns(),
862
- // ...prepareSelectedExtras(),
863
- // ];
864
- // }
865
- // if (hasUserDefinedWhere || orderBy.length > 0) {
866
- // tableFrom = new Subquery(
867
- // this.buildSelectQuery({
868
- // table: is(tableFrom, PgTable) ? aliasedTable(tableFrom, tableAlias) : tableFrom,
869
- // fields: {},
870
- // fieldsFlat: selectionForBuild.map(({ field }) => ({
871
- // path: [],
872
- // field: is(field, Column) ? aliasedTableColumn(field, tableAlias) : field,
873
- // })),
874
- // joins,
875
- // distinct,
876
- // }),
877
- // {},
878
- // tableAlias,
879
- // );
880
- // selectionForBuild = selection.map((item) =>
881
- // is(item.field, SQL.Aliased)
882
- // ? { ...item, field: sql`${sql.identifier(tableAlias)}.${sql.identifier(item.field.fieldAlias)}` }
883
- // : item
884
- // );
885
- // joins = [];
886
- // distinct = undefined;
887
- // }
888
- // const result = this.buildSelectQuery({
889
- // table: is(tableFrom, PgTable) ? aliasedTable(tableFrom, tableAlias) : tableFrom,
890
- // fields: {},
891
- // fieldsFlat: selectionForBuild.map(({ field }) => ({
892
- // path: [],
893
- // field: is(field, Column) ? aliasedTableColumn(field, tableAlias) : field,
894
- // })),
895
- // where,
896
- // limit,
897
- // offset,
898
- // joins,
899
- // orderBy,
900
- // distinct,
901
- // });
902
- // return {
903
- // tableTsKey: tableConfig.tsName,
904
- // sql: result,
905
- // selection,
906
- // };
907
- // }
908
- buildRelationalQueryWithoutPK({
429
+ /** @deprecated */
430
+ _buildRelationalQuery({
909
431
  fullSchema,
910
432
  schema,
911
433
  tableNamesMap,
@@ -934,7 +456,7 @@ class PgDialect {
934
456
  Object.entries(tableConfig.columns).map(([key, value]) => [key, aliasedTableColumn(value, tableAlias)])
935
457
  );
936
458
  if (config.where) {
937
- const whereSql = typeof config.where === "function" ? config.where(aliasedColumns, getOperators()) : config.where;
459
+ const whereSql = typeof config.where === "function" ? config.where(aliasedColumns, V1.getOperators()) : config.where;
938
460
  where = whereSql && mapColumnsInSQLToAlias(whereSql, tableAlias);
939
461
  }
940
462
  const fieldsSelection = [];
@@ -986,7 +508,7 @@ class PgDialect {
986
508
  selection: []
987
509
  });
988
510
  }
989
- let orderByOrig = typeof config.orderBy === "function" ? config.orderBy(aliasedColumns, getOrderByOperators()) : config.orderBy ?? [];
511
+ let orderByOrig = typeof config.orderBy === "function" ? config.orderBy(aliasedColumns, V1.getOrderByOperators()) : config.orderBy ?? [];
990
512
  if (!Array.isArray(orderByOrig)) {
991
513
  orderByOrig = [orderByOrig];
992
514
  }
@@ -1003,7 +525,7 @@ class PgDialect {
1003
525
  queryConfig: selectedRelationConfigValue,
1004
526
  relation
1005
527
  } of selectedRelations) {
1006
- const normalizedRelation = normalizeRelation(schema, tableNamesMap, relation);
528
+ const normalizedRelation = V1.normalizeRelation(schema, tableNamesMap, relation);
1007
529
  const relationTableName = getTableUniqueName(relation.referencedTable);
1008
530
  const relationTableTsName = tableNamesMap[relationTableName];
1009
531
  const relationTableAlias = `${tableAlias}_${selectedRelationTsKey}`;
@@ -1015,13 +537,13 @@ class PgDialect {
1015
537
  )
1016
538
  )
1017
539
  );
1018
- const builtRelation = this.buildRelationalQueryWithoutPK({
540
+ const builtRelation = this._buildRelationalQuery({
1019
541
  fullSchema,
1020
542
  schema,
1021
543
  tableNamesMap,
1022
544
  table: fullSchema[relationTableTsName],
1023
545
  tableConfig: schema[relationTableTsName],
1024
- queryConfig: is(relation, One) ? selectedRelationConfigValue === true ? { limit: 1 } : { ...selectedRelationConfigValue, limit: 1 } : selectedRelationConfigValue,
546
+ queryConfig: is(relation, V1.One) ? selectedRelationConfigValue === true ? { limit: 1 } : { ...selectedRelationConfigValue, limit: 1 } : selectedRelationConfigValue,
1025
547
  tableAlias: relationTableAlias,
1026
548
  joinOn: joinOn2,
1027
549
  nestedQueryRelation: relation
@@ -1056,7 +578,7 @@ class PgDialect {
1056
578
  ),
1057
579
  sql`, `
1058
580
  )})`;
1059
- if (is(nestedQueryRelation, Many)) {
581
+ if (is(nestedQueryRelation, V1.Many)) {
1060
582
  field = sql`coalesce(json_agg(${field}${orderBy.length > 0 ? sql` order by ${sql.join(orderBy, sql`, `)}` : void 0}), '[]'::json)`;
1061
583
  }
1062
584
  const nestedSelection = [{
@@ -1125,6 +647,148 @@ class PgDialect {
1125
647
  selection
1126
648
  };
1127
649
  }
650
+ unwrapAllColumns = (table, selection) => {
651
+ return sql.join(
652
+ Object.entries(table[Columns]).map(([k, v]) => {
653
+ selection.push({
654
+ key: k,
655
+ field: v
656
+ });
657
+ return sql`${v} as ${sql.identifier(k)}`;
658
+ }),
659
+ sql`, `
660
+ );
661
+ };
662
+ buildColumns = (table, selection, config) => config?.columns ? (() => {
663
+ const entries = Object.entries(config.columns);
664
+ const columnIdentifiers = [];
665
+ let colSelectionMode;
666
+ for (const [k, v] of entries) {
667
+ if (v === void 0)
668
+ continue;
669
+ colSelectionMode = colSelectionMode || v;
670
+ if (v) {
671
+ columnIdentifiers.push(
672
+ sql`${table[Columns][k]} as ${sql.identifier(k)}`
673
+ );
674
+ selection.push({
675
+ key: k,
676
+ field: table[Columns][k]
677
+ });
678
+ }
679
+ }
680
+ if (colSelectionMode === false) {
681
+ for (const [k, v] of Object.entries(table[Columns])) {
682
+ if (config.columns[k] === false)
683
+ continue;
684
+ columnIdentifiers.push(sql`${v} as ${sql.identifier(k)}`);
685
+ selection.push({
686
+ key: k,
687
+ field: v
688
+ });
689
+ }
690
+ }
691
+ return columnIdentifiers.length ? sql.join(columnIdentifiers, sql`, `) : void 0;
692
+ })() : this.unwrapAllColumns(table, selection);
693
+ buildRelationalQuery({
694
+ tables,
695
+ schema,
696
+ tableNamesMap,
697
+ table,
698
+ tableConfig,
699
+ queryConfig: config,
700
+ relationWhere,
701
+ mode,
702
+ errorPath,
703
+ depth,
704
+ throughJoin
705
+ }) {
706
+ const selection = [];
707
+ const isSingle = mode === "first";
708
+ const params = config === true ? void 0 : config;
709
+ const currentPath = errorPath ?? "";
710
+ const currentDepth = depth ?? 0;
711
+ const limit = isSingle ? 1 : params?.limit;
712
+ const offset = params?.offset;
713
+ const where = params?.where && relationWhere ? and(relationsFilterToSQL(table, params.where), relationWhere) : params?.where ? relationsFilterToSQL(table, params.where) : relationWhere;
714
+ const order = params?.orderBy ? relationsOrderToSQL(table, params.orderBy) : void 0;
715
+ const columns = this.buildColumns(table, selection, params);
716
+ const extras = params?.extras ? relationExtrasToSQL(table, params.extras) : void 0;
717
+ if (extras)
718
+ selection.push(...extras.selection);
719
+ const selectionArr = columns ? [columns] : [];
720
+ const joins = params ? (() => {
721
+ const { with: joins2 } = params;
722
+ if (!joins2)
723
+ return;
724
+ const withEntries = Object.entries(joins2).filter(([_, v]) => v);
725
+ if (!withEntries.length)
726
+ return;
727
+ return sql.join(
728
+ withEntries.map(([k, join]) => {
729
+ if (is(tableConfig.relations[k], AggregatedField)) {
730
+ const relation2 = tableConfig.relations[k];
731
+ relation2.onTable(table);
732
+ const query2 = relation2.getSQL();
733
+ selection.push({
734
+ key: k,
735
+ field: relation2
736
+ });
737
+ selectionArr.push(sql`${sql.identifier(k)}.${sql.identifier("r")} as ${sql.identifier(k)}`);
738
+ return sql`left join lateral(${query2}) as ${sql.identifier(k)} on true`;
739
+ }
740
+ const relation = tableConfig.relations[k];
741
+ const isSingle2 = is(relation, One);
742
+ const targetTable = aliasedTable(relation.targetTable, `d${currentDepth + 1}`);
743
+ const throughTable = relation.throughTable ? aliasedTable(relation.throughTable, `tr${currentDepth}`) : void 0;
744
+ const { filter, joinCondition } = relationToSQL(
745
+ relation,
746
+ table,
747
+ targetTable,
748
+ throughTable
749
+ );
750
+ selectionArr.push(sql`${sql.identifier(k)}.${sql.identifier("r")} as ${sql.identifier(k)}`);
751
+ const throughJoin2 = throughTable ? sql` inner join ${sql`${sql.identifier(throughTable[Schema] ?? "")}.`.if(throughTable[Schema])}${sql.identifier(throughTable[OriginalName])} as ${throughTable} on ${joinCondition}` : void 0;
752
+ const innerQuery = this.buildRelationalQuery({
753
+ table: targetTable,
754
+ mode: isSingle2 ? "first" : "many",
755
+ schema,
756
+ queryConfig: join,
757
+ tableConfig: schema[tableNamesMap[getTableUniqueName(relation.targetTable)]],
758
+ tableNamesMap,
759
+ tables,
760
+ relationWhere: filter,
761
+ errorPath: `${currentPath.length ? `${currentPath}.` : ""}${k}`,
762
+ depth: currentDepth + 1,
763
+ throughJoin: throughJoin2
764
+ });
765
+ selection.push({
766
+ field: targetTable,
767
+ key: k,
768
+ selection: innerQuery.selection,
769
+ isArray: !isSingle2,
770
+ isOptional: (relation.optional ?? false) || join !== true && !!join.where
771
+ });
772
+ const joinQuery = sql`left join lateral(select ${isSingle2 ? sql`row_to_json(${sql.identifier("t")}.*) ${sql.identifier("r")}` : sql`coalesce(json_agg(row_to_json(${sql.identifier("t")}.*)), '[]') as ${sql.identifier("r")}`} from (${innerQuery.sql}) as ${sql.identifier("t")}) as ${sql.identifier(k)} on true`;
773
+ return joinQuery;
774
+ }),
775
+ sql` `
776
+ );
777
+ })() : void 0;
778
+ if (extras?.sql)
779
+ selectionArr.push(extras.sql);
780
+ if (!selectionArr.length) {
781
+ throw new DrizzleError({
782
+ message: `No fields selected for table "${tableConfig.tsName}"${currentPath ? ` ("${currentPath}")` : ""}`
783
+ });
784
+ }
785
+ const selectionSet = sql.join(selectionArr.filter((e) => e !== void 0), sql`, `);
786
+ const query = sql`select ${selectionSet} from ${table[IsAlias] ? sql`${sql`${sql.identifier(table[Schema] ?? "")}.`.if(table[Schema])}${sql.identifier(table[OriginalName])} as ${table}` : table}${throughJoin}${sql` ${joins}`.if(joins)}${sql` where ${where}`.if(where)}${sql` order by ${order}`.if(order)}${sql` limit ${limit}`.if(limit !== void 0)}${sql` offset ${offset}`.if(offset !== void 0)}`;
787
+ return {
788
+ sql: query,
789
+ selection
790
+ };
791
+ }
1128
792
  }
1129
793
  export {
1130
794
  PgDialect