File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
src/MartinGeorgiev/Doctrine Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 12
12
/**
13
13
* Implementation of PostgreSQL CIDR data type.
14
14
*
15
- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-CIDR
15
+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-CIDR
16
16
* @since 3.0
17
17
*
18
18
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 10
10
/**
11
11
* Implementation of PostgreSQL CIDR[] data type.
12
12
*
13
- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-CIDR
13
+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-CIDR
14
14
* @since 3.0
15
15
*
16
16
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 7
7
/**
8
8
* Implementation of PostgreSQL DOUBLE PRECISION[] data type.
9
9
*
10
- * @see https://www.postgresql.org/docs/current /datatype-numeric.html
10
+ * @see https://www.postgresql.org/docs/17 /datatype-numeric.html
11
11
* @since 3.0
12
12
*
13
13
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 12
12
/**
13
13
* Implementation of PostgreSQL INET data type.
14
14
*
15
- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-INET
15
+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-INET
16
16
* @since 3.0
17
17
*
18
18
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 10
10
/**
11
11
* Implementation of PostgreSQL INET[] data type.
12
12
*
13
- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-INET
13
+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-INET
14
14
* @since 3.0
15
15
*
16
16
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 12
12
/**
13
13
* Implementation of PostgreSQL MACADDR data type.
14
14
*
15
- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-MACADDR
15
+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-MACADDR
16
16
* @since 3.0
17
17
*
18
18
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 9
9
/**
10
10
* Implementation of PostgreSQL MACADDR[] data type.
11
11
*
12
- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-MACADDR
12
+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-MACADDR
13
13
* @since 3.0
14
14
*
15
15
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 7
7
/**
8
8
* Implementation of PostgreSQL REAL[] data type.
9
9
*
10
- * @see https://www.postgresql.org/docs/current /datatype-numeric.html
10
+ * @see https://www.postgresql.org/docs/17 /datatype-numeric.html
11
11
* @since 3.0
12
12
*
13
13
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 7
7
/**
8
8
* Implementation of PostgreSQL ARRAY_DIMS().
9
9
*
10
- * @see http ://www.postgresql.org/docs/9.6/static/functions-array.html
10
+ * @see https ://www.postgresql.org/docs/9.6/static/functions-array.html
11
11
* @since 0.10
12
12
*
13
13
* @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 7
7
/**
8
8
* Implementation of PostgreSQL ARRAY_LENGTH().
9
9
*
10
- * @see http ://www.postgresql.org/docs/9.4/static/functions-array.html
10
+ * @see https ://www.postgresql.org/docs/9.4/static/functions-array.html
11
11
* @since 0.9
12
12
*
13
13
* @author Martin Georgiev <martin.georgiev@gmail.com>
You can’t perform that action at this time.
0 commit comments