You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PuddySqlTags.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,26 @@ json_each(tags)
197
197
198
198
## 🧱 Query Generation
199
199
200
+
### 🔧 `setIsPgMode(value: boolean)`
201
+
202
+
Sets whether the engine should behave as if it's running in PostgreSQL mode, affecting how some SQL queries (like array or tag checks) are constructed.
203
+
204
+
📝 **Parameter**:
205
+
206
+
*`value` (`boolean`) – Must be `true` or `false`.
207
+
208
+
---
209
+
210
+
### 🧪 `getIsPgMode(): boolean`
211
+
212
+
Retrieves whether the engine is currently in PostgreSQL mode.
213
+
214
+
📝 **Returns**:
215
+
216
+
*`boolean` – `true` if running in PostgreSQL mode, `false` otherwise.
0 commit comments