Skip to content

Implement OFFSET support #428

Implement OFFSET support

Implement OFFSET support #428

Triggered via pull request November 30, 2025 12:55
Status Cancelled
Total duration 4m 18s
Artifacts

linux-cxx20-vcpkg.yaml

on: pull_request
Matrix: linux
Fit to window
Zoom out
Zoom in

Annotations

76 errors and 10 warnings
(gcc-11-postgres)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-11-postgres exists
(gcc-11-postgres): include/sqlgen/create_as.hpp#L36
request for member ‘limit_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-11-postgres): include/sqlgen/create_as.hpp#L36
request for member ‘where_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-11-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘joins_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-11-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘from_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-11-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘fields_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-11-postgres): include/sqlgen/create_as.hpp#L26
template argument 10 is invalid
(gcc-11-postgres): include/sqlgen/create_as.hpp#L26
‘OffsetTypeToType’ was not declared in this scope; did you mean ‘OffsetType’?
(gcc-11-postgres): include/sqlgen/select_from.hpp#L267
‘auto sqlgen::operator|(const sqlgen::SelectFrom<TableOrQueryT, AliasT, FieldsT, JoinsT, WhereT, GroupByT, OrderByT, LimitT, OffsetT, ToT>&, const Limit&, const Offset&)’ must have exactly two arguments
(gcc-11-postgres): include/sqlgen/transpilation/to_select_from.hpp#L84
expected declaration before ‘}’ token
(gcc-11-postgres): include/sqlgen/transpilation/to_select_from.hpp#L81
expected primary-expression before ‘.’ token
(llvm-18-postgres)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-18-postgres exists
(llvm-18-postgres): include/sqlgen/create_as.hpp#L64
use of undeclared identifier 'OffsetType'
(llvm-18-postgres): include/sqlgen/create_as.hpp#L64
reference to 'LimitType' is ambiguous
(llvm-18-postgres): include/sqlgen/create_as.hpp#L64
reference to 'LimitType' is ambiguous
(llvm-18-postgres): include/sqlgen/create_as.hpp#L61
declaration of 'LimitType' shadows template parameter
(llvm-18-postgres): include/sqlgen/create_as.hpp#L26
use of undeclared identifier 'OffsetTypeToType'
(llvm-18-postgres): include/sqlgen/select_from.hpp#L267
overloaded 'operator|' must be a binary operator (has 3 parameters)
(llvm-18-postgres): include/sqlgen/transpilation/to_select_from.hpp#L84
extraneous closing brace ('}')
(llvm-18-postgres): include/sqlgen/read.hpp#L102
overloaded 'operator|' must be a binary operator (has 3 parameters)
(llvm-18-postgres): include/sqlgen/read.hpp#L25
expected parameter declarator
(gcc-14-postgres)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-14-postgres exists
(gcc-14-postgres): include/sqlgen/create_as.hpp#L36
request for member ‘limit_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-14-postgres): include/sqlgen/create_as.hpp#L36
request for member ‘where_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-14-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘joins_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-14-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘from_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-14-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘fields_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-14-postgres): include/sqlgen/create_as.hpp#L26
template argument 10 is invalid
(gcc-14-postgres): include/sqlgen/create_as.hpp#L26
‘OffsetTypeToType’ was not declared in this scope; did you mean ‘OffsetType’?
(gcc-14-postgres): include/sqlgen/select_from.hpp#L267
‘auto sqlgen::operator|(const SelectFrom<TableOrQueryT, AliasT, FieldsT, JoinsT, WhereT, GroupByT, OrderByT, LimitT, OffsetT, ToT>&, const Limit&, const Offset&)’ must have exactly two arguments
(gcc-14-postgres): include/sqlgen/transpilation/to_select_from.hpp#L84
expected declaration before ‘}’ token
(gcc-14-postgres): include/sqlgen/transpilation/to_select_from.hpp#L81
expected primary-expression before ‘.’ token
(llvm-18-mysql)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-18-mysql exists
(llvm-18-mysql)
The operation was canceled.
(llvm-16-sqlite)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-16-sqlite exists
(llvm-16-sqlite)
The operation was canceled.
(llvm-18-duckdb)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-18-duckdb exists
(llvm-18-duckdb)
The operation was canceled.
(gcc-11-mysql)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-11-mysql exists
(gcc-11-mysql)
The operation was canceled.
(llvm-18-sqlite)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-18-sqlite exists
(llvm-18-sqlite)
The operation was canceled.
(llvm-16-duckdb)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-16-duckdb exists
(llvm-16-duckdb)
The operation was canceled.
(gcc-12-postgres)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-12-postgres exists
(gcc-12-postgres): include/sqlgen/create_as.hpp#L36
request for member ‘limit_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-12-postgres): include/sqlgen/create_as.hpp#L36
request for member ‘where_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-12-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘joins_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-12-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘from_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-12-postgres): include/sqlgen/create_as.hpp#L35
request for member ‘fields_’ in ‘_as’, which is of non-class type ‘const int’
(gcc-12-postgres): include/sqlgen/create_as.hpp#L26
template argument 10 is invalid
(gcc-12-postgres): include/sqlgen/create_as.hpp#L26
‘OffsetTypeToType’ was not declared in this scope; did you mean ‘OffsetType’?
(gcc-12-postgres): include/sqlgen/select_from.hpp#L267
‘auto sqlgen::operator|(const SelectFrom<TableOrQueryT, AliasT, FieldsT, JoinsT, WhereT, GroupByT, OrderByT, LimitT, OffsetT, ToT>&, const Limit&, const Offset&)’ must have exactly two arguments
(gcc-12-postgres): include/sqlgen/transpilation/to_select_from.hpp#L84
expected declaration before ‘}’ token
(gcc-12-postgres): include/sqlgen/transpilation/to_select_from.hpp#L81
expected primary-expression before ‘.’ token
(gcc-12-mysql)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-12-mysql exists
(gcc-12-mysql)
The operation was canceled.
(llvm-16-mysql)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-16-mysql exists
(llvm-16-mysql)
The operation was canceled.
(gcc-14-sqlite)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-14-sqlite exists
(gcc-14-sqlite)
The operation was canceled.
(llvm-16-postgres)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--llvm-16-postgres exists
(llvm-16-postgres)
The operation was canceled.
(gcc-14-duckdb)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-14-duckdb exists
(gcc-14-duckdb)
The operation was canceled.
(gcc-14-mysql)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-14-mysql exists
(gcc-14-mysql)
The operation was canceled.
(gcc-12-sqlite)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-12-sqlite exists
(gcc-12-sqlite)
The operation was canceled.
(gcc-11-sqlite)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-11-sqlite exists
(gcc-11-sqlite)
The operation was canceled.
(gcc-12-duckdb)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-12-duckdb exists
(gcc-12-duckdb)
The operation was canceled.
(gcc-11-duckdb)
Canceling since a higher priority waiting request for ci-refs/pull/102/merge--gcc-11-duckdb exists
(gcc-11-duckdb)
The operation was canceled.
(llvm-18-mysql)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-11-mysql)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-12-mysql)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(llvm-16-mysql)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-14-sqlite)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-14-duckdb)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-12-sqlite)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-11-sqlite)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-12-duckdb)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
(gcc-11-duckdb)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1