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
2 changes: 1 addition & 1 deletion src/MartinGeorgiev/Doctrine/DBAL/Types/Cidr.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Implementation of PostgreSQL CIDR data type.
*
* @see https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-CIDR
* @see https://www.postgresql.org/docs/17/datatype-net-types.html#DATATYPE-CIDR
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/MartinGeorgiev/Doctrine/DBAL/Types/CidrArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Implementation of PostgreSQL CIDR[] data type.
*
* @see https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-CIDR
* @see https://www.postgresql.org/docs/17/datatype-net-types.html#DATATYPE-CIDR
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Implementation of PostgreSQL DOUBLE PRECISION[] data type.
*
* @see https://www.postgresql.org/docs/current/datatype-numeric.html
* @see https://www.postgresql.org/docs/17/datatype-numeric.html
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/MartinGeorgiev/Doctrine/DBAL/Types/Inet.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Implementation of PostgreSQL INET data type.
*
* @see https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-INET
* @see https://www.postgresql.org/docs/17/datatype-net-types.html#DATATYPE-INET
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/MartinGeorgiev/Doctrine/DBAL/Types/InetArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Implementation of PostgreSQL INET[] data type.
*
* @see https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-INET
* @see https://www.postgresql.org/docs/17/datatype-net-types.html#DATATYPE-INET
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/MartinGeorgiev/Doctrine/DBAL/Types/Macaddr.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Implementation of PostgreSQL MACADDR data type.
*
* @see https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-MACADDR
* @see https://www.postgresql.org/docs/17/datatype-net-types.html#DATATYPE-MACADDR
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/MartinGeorgiev/Doctrine/DBAL/Types/MacaddrArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Implementation of PostgreSQL MACADDR[] data type.
*
* @see https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-MACADDR
* @see https://www.postgresql.org/docs/17/datatype-net-types.html#DATATYPE-MACADDR
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/MartinGeorgiev/Doctrine/DBAL/Types/RealArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Implementation of PostgreSQL REAL[] data type.
*
* @see https://www.postgresql.org/docs/current/datatype-numeric.html
* @see https://www.postgresql.org/docs/17/datatype-numeric.html
* @since 3.0
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Implementation of PostgreSQL ARRAY_DIMS().
*
* @see http://www.postgresql.org/docs/9.6/static/functions-array.html
* @see https://www.postgresql.org/docs/9.6/static/functions-array.html
* @since 0.10
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Implementation of PostgreSQL ARRAY_LENGTH().
*
* @see http://www.postgresql.org/docs/9.4/static/functions-array.html
* @see https://www.postgresql.org/docs/9.4/static/functions-array.html
* @since 0.9
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Implementation of PostgreSQL ARRAY_NDIMS().
*
* @see http://www.postgresql.org/docs/9.6/static/functions-array.html
* @see https://www.postgresql.org/docs/9.6/static/functions-array.html
* @since 0.10
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Implementation of PostgreSQL CAST().
*
* @see https://www.postgresql.org/docs/current/sql-createcast.html
* @see https://www.postgresql.org/docs/17/sql-createcast.html
* @see https://github.com/beberlei/DoctrineExtensions/blob/f3536d881637f6ddc7ca1d6595d18c15e06eb1d9/src/Query/Mysql/Cast.php
* @since 2.0
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Implementation of PostgreSQL UNACCENT.
*
* @see http://www.postgresql.org/docs/current/static/unaccent.html
* @see https://www.postgresql.org/docs/17/unaccent.html
*
* @author Martin Hasoň <martin.hason@gmail.com>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Implementation of PostgreSQL UNNEST() for single array argument.
*
* @see http://www.postgresql.org/docs/9.6/static/functions-array.html
* @see https://www.postgresql.org/docs/9.6/static/functions-array.html
* @since 0.10
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
Expand Down