Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL check if all texts on the right side exist on the left-side JSONB (using ?&).
*
* @see https://www.postgresql.org/docs/14/functions-json.html
* @since 2.3.0
* @since 2.3
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL check if any text on the right side exists on the left-side JSONB (using ?|).
*
* @see https://www.postgresql.org/docs/14/functions-json.html
* @since 2.3.0
* @since 2.3
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL DATERANGE().
*
* @see https://www.postgresql.org/docs/17/rangetypes.html
* @since 2.9.0
* @since 2.9
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL deletion of a field at the specified path (using #-).
*
* @see https://www.postgresql.org/docs/14/functions-json.html
* @since 2.3.0
* @since 2.3
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL REGEXP_REPLACE().
*
* @see https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP
* @since 2.5.0
* @since 2.5
*
* @author Colin Doig
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL INT4RANGE().
*
* @see https://www.postgresql.org/docs/17/rangetypes.html
* @since 2.9.0
* @since 2.9
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL INT8RANGE().
*
* @see https://www.postgresql.org/docs/17/rangetypes.html
* @since 2.9.0
* @since 2.9
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL NUMRANGE().
*
* @see https://www.postgresql.org/docs/17/rangetypes.html
* @since 2.9.0
* @since 2.9
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL REGEXP_REPLACE().
*
* @see https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP
* @since 2.5.0
* @since 2.5
*
* @author Colin Doig
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL check if a given JSON value will return value for teh left-side JSONB (using @?).
*
* @see https://www.postgresql.org/docs/14/functions-json.html
* @since 2.3.0
* @since 2.3
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL SPLIT_PART().
*
* @see https://www.postgresql.org/docs/15/functions-string.html
* @since 2.7.0
* @since 2.7
*
* @author syl20b
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL's string concatenation operator (using `||`).
*
* @see https://www.postgresql.org/docs/15/functions-string.html
* @since 2.6.0
* @since 2.6
*
* @author Alexander Makarov <sam@rmcreative.ru>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL check if the right-side text exists on the left-side JSONB (using ?).
*
* @see https://www.postgresql.org/docs/14/functions-json.html
* @since 2.3.0
* @since 2.3
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL TSRANGE().
*
* @see https://www.postgresql.org/docs/17/rangetypes.html
* @since 2.9.0
* @since 2.9
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implementation of PostgreSQL TSTZRANGE().
*
* @see https://www.postgresql.org/docs/17/rangetypes.html
* @since 2.9.0
* @since 2.9
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
Expand Down
Loading