Skip to content

Commit c8204eb

Browse files
PuddySqlTags --> docs updated.
1 parent 58f9abe commit c8204eb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/PuddySqlTags.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,26 @@ json_each(tags)
197197

198198
## 🧱 Query Generation
199199

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.
217+
218+
---
219+
200220
### `parseWhere(group: TagCriteria, pCache: Pcache): string`
201221

202222
Builds a SQL `WHERE` clause from a tag group definition.

0 commit comments

Comments
 (0)