Skip to content

SqlRender does not support LIMIT/OFFSEET #1076

Closed
@codering

Description

@codering

I use SelectBuilder to build sql

Select select = builder.select(id, name, endpoint).from(profile)
                .limitOffset(20, 0)
                .build();
String sql = SqlRenderer.toString(select);

the sql is SELECT profile.id, profile.name, profile.endpoint FROM profile

Am I missing something?

Metadata

Metadata

Assignees

Labels

for: stackoverflowA question that's better suited to stackoverflow.com

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions