Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Squeryl
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Squeryl
Contact owners and managers
1–30 of 1007
Mark all as read
Report group
0 selected
Эрдэм Тумуров
2
6/2/20
StatisticsListener's insert update delete aren't implemented, but defined.
Are you using something around callbacks? вторник, 2 июня 2020 г., 2:41:14 UTC+7 пользователь Erdem
unread,
StatisticsListener's insert update delete aren't implemented, but defined.
Are you using something around callbacks? вторник, 2 июня 2020 г., 2:41:14 UTC+7 пользователь Erdem
6/2/20
Isa Muqattash
,
Erdem Tumurov
4
6/1/20
Expensive where clause => bad performance over a large ResultSet?
or if you just iterate over and don't need a collection, use foreach instead of 'toList'
unread,
Expensive where clause => bad performance over a large ResultSet?
or if you just iterate over and don't need a collection, use foreach instead of 'toList'
6/1/20
Эрдэм Тумуров
6/1/20
What's with documentation on squeryl.org? It's stuck on 0.9.5-6.
It's 0.9.15 on github currently. I see many changes with type mappings, typemode, tables not
unread,
What's with documentation on squeryl.org? It's stuck on 0.9.5-6.
It's 0.9.15 on github currently. I see many changes with type mappings, typemode, tables not
6/1/20
Sean Flanigan
,
Kiran Pathak
4
2/1/20
Support for java.time (JSR-310) types with JDBC 4.2
Very nice! Thanks. I hope this project gets more eyes. I really like Squeryl. On Monday, November 18,
unread,
Support for java.time (JSR-310) types with JDBC 4.2
Very nice! Thanks. I hope this project gets more eyes. I really like Squeryl. On Monday, November 18,
2/1/20
Kiran Pathak
,
Brian Maso
3
2/1/20
connection pool
Thanks Brian. I am using Hikari now. It works like a charm. On Monday, October 28, 2019 at 11:58:39
unread,
connection pool
Thanks Brian. I am using Hikari now. It works like a charm. On Monday, October 28, 2019 at 11:58:39
2/1/20
Charles Frayne
, …
Brian Maso
7
10/31/19
squerly.org domain registration expired
Good job. Glad it is back up! Brian Maso On Thu, Oct 31, 2019 at 12:57 PM David Whittaker <dave@
unread,
squerly.org domain registration expired
Good job. Glad it is back up! Brian Maso On Thu, Oct 31, 2019 at 12:57 PM David Whittaker <dave@
10/31/19
Jason Pringle
,
Andrijan Jelovic
2
5/31/19
mark table to skip ddl generation?
Hi Jason, You can have multiple schemas created and create the table in one table creation schema and
unread,
mark table to skip ddl generation?
Hi Jason, You can have multiple schemas created and create the table in one table creation schema and
5/31/19
Andrijan Jelovic
5/31/19
Column order in table generation is different than the column order in the scala class
Hi, Is it possible to keep the column order in CustomTypesMode when generating table columns? As an
unread,
Column order in table generation is different than the column order in the scala class
Hi, Is it possible to keep the column order in CustomTypesMode when generating table columns? As an
5/31/19
Ian Mc Shane
5/9/19
Working with SQL Server Stored Procedure Multiple Active Result Sets
Hello, I am working with a stored procedure that returns multiple result sets. Each result set has a
unread,
Working with SQL Server Stored Procedure Multiple Active Result Sets
Hello, I am working with a stored procedure that returns multiple result sets. Each result set has a
5/9/19
Lei Zhao
4
2/26/19
Could not get relations working
I replaced `MySQLAdapter` with `MySQLInnoDBAdapter` and it works now and creates foreign key
unread,
Could not get relations working
I replaced `MySQLAdapter` with `MySQLInnoDBAdapter` and it works now and creates foreign key
2/26/19
Brian Maso
2
1/22/19
Guide or directions on making custom Squeryl functions?
Answering my own question: Wow, making your own Squeryl functions is crazy-easy. I've been
unread,
Guide or directions on making custom Squeryl functions?
Answering my own question: Wow, making your own Squeryl functions is crazy-easy. I've been
1/22/19
rahul sharma
1/3/19
Simple Squeryl example not working on latest scala version.
HI, I wa working on older version of squeryl but now I am upgrading to the latest version. I am
unread,
Simple Squeryl example not working on latest scala version.
HI, I wa working on older version of squeryl but now I am upgrading to the latest version. I am
1/3/19
j2
11/14/18
FieldTypes(BooleanExpression, etc) removed?
Hi, just was checking last versions of squeryl 0.9.6+ and FieldTypes seems to be deleted, they are
unread,
FieldTypes(BooleanExpression, etc) removed?
Hi, just was checking last versions of squeryl 0.9.6+ and FieldTypes seems to be deleted, they are
11/14/18
Joe Zulli
, …
subbub...@gmail.com
8
10/27/18
Possible bug with H2 and auto_increment when creating schema
Hi, I have the same problem as below. I need to create 10 digit increment number. Can you please help
unread,
Possible bug with H2 and auto_increment when creating schema
Hi, I have the same problem as below. I need to create 10 digit increment number. Can you please help
10/27/18
Norbert Radyk
,
Brian Maso
2
5/12/18
Contributing to the project
I have similar questions. I still use Squeryl a *lot*. Maybe its because I'm too lazy to get as
unread,
Contributing to the project
I have similar questions. I still use Squeryl a *lot*. Maybe its because I'm too lazy to get as
5/12/18
Thomas Quealy
3/2/18
Batch insert performance
I am looking into an app that uses squeryl due to some performance concerns. I see that it is taking
unread,
Batch insert performance
I am looking into an app that uses squeryl due to some performance concerns. I see that it is taking
3/2/18
Evan Jehu
2/17/18
Cross join
Hi, I was wondering if squeryl supports generating a query using a "cross join", I have
unread,
Cross join
Hi, I was wondering if squeryl supports generating a query using a "cross join", I have
2/17/18
Vincent Côté-Roy
, …
David Whittaker
15
9/17/17
joda-time support
Sure. You probably don't need much to get started though. I think it makes sense to get going in
unread,
joda-time support
Sure. You probably don't need much to get started though. I think it makes sense to get going in
9/17/17
Æthyr
3
8/8/17
FunctionNode request sys_extract_utc(systemtimestamp)
I eventually solved it with: def oracleSysTimestampUTC = new ExpressionNode with TypedExpression[
unread,
FunctionNode request sys_extract_utc(systemtimestamp)
I eventually solved it with: def oracleSysTimestampUTC = new ExpressionNode with TypedExpression[
8/8/17
Marco Mistroni
,
David Whittaker
2
7/20/17
H2 in memory database tests: for some reason my unit test does not 'see' the schema being created
It seems pretty clear from the exception that your table isn't created before you run the query.
unread,
H2 in memory database tests: for some reason my unit test does not 'see' the schema being created
It seems pretty clear from the exception that your table isn't created before you run the query.
7/20/17
David Whittaker
7/20/17
Re: Squeryl NOOB: java.sql.SQLException: Operation not allowed after ResultSet closed
Hi Marco, I assume you figured this out, but the what you get from your query is a Seq that will
unread,
Re: Squeryl NOOB: java.sql.SQLException: Operation not allowed after ResultSet closed
Hi Marco, I assume you figured this out, but the what you get from your query is a Seq that will
7/20/17
Marco Mistroni
,
Boris Chazalet
3
7/3/17
Unexpected java.sql.SQLException: Operation not allowed after ResultSet closed when querying tables
Many thanks Boris, that fixed it i temporarily 'bypassed' the issue by doing a res.map(s =
unread,
Unexpected java.sql.SQLException: Operation not allowed after ResultSet closed when querying tables
Many thanks Boris, that fixed it i temporarily 'bypassed' the issue by doing a res.map(s =
7/3/17
Peter Leong
2
3/30/17
Overriding Schema.create whilst using -Xfatal-warnings
Ugh... it's always the way. Extensive search fails => Ask for help => Immediately find
unread,
Overriding Schema.create whilst using -Xfatal-warnings
Ugh... it's always the way. Extensive search fails => Ask for help => Immediately find
3/30/17
Fredl Zucker
2
1/19/17
compute(sum(x) aggregation returns Measures[Nothing]
Found some answer by a colleauge. This is only an bug inside idea ide. Idea cannot detect the correct
unread,
compute(sum(x) aggregation returns Measures[Nothing]
Found some answer by a colleauge. This is only an bug inside idea ide. Idea cannot detect the correct
1/19/17
Joe Gaudet
, …
Santosh Ganapa
3
1/18/17
Weird Group by Select behavior
Thanks a lot everyone, it saved my days efforts.... On Friday, 23 September 2011 19:05:03 UTC+5:30,
unread,
Weird Group by Select behavior
Thanks a lot everyone, it saved my days efforts.... On Friday, 23 September 2011 19:05:03 UTC+5:30,
1/18/17
Maxime Lévesque
,
ÆtherSurfer
2
1/17/17
Re: on update only annotation (life cycle callbacks ?)
Doesn't this require the updateTime field to be a var? On Wednesday, August 24, 2011 at 6:34:20
unread,
Re: on update only annotation (life cycle callbacks ?)
Doesn't this require the updateTime field to be a var? On Wednesday, August 24, 2011 at 6:34:20
1/17/17
des.m...@gmail.com
12/6/16
Query on a query returns different results to using bare query
If I define the following in my postgresql database: create table t1(i int, c varchar); insert into
unread,
Query on a query returns different results to using bare query
If I define the following in my postgresql database: create table t1(i int, c varchar); insert into
12/6/16
Carlos Dañel Ferreyra
11/23/16
Squeryl Option of custom type causing NPE
Hi everyone, I have this question posted on SO, but I'm copying it here in the hope it'll get
unread,
Squeryl Option of custom type causing NPE
Hi everyone, I have this question posted on SO, but I'm copying it here in the hope it'll get
11/23/16
David Miguel Antunes
10/21/16
Feature request: covariant Query (Query[Cat] "is a" Query[Animal])
Hi, I'd just like to leave this feature request idea - not sure if this is the right place(?) It
unread,
Feature request: covariant Query (Query[Cat] "is a" Query[Animal])
Hi, I'd just like to leave this feature request idea - not sure if this is the right place(?) It
10/21/16
mclif...@gmail.com
10/20/16
Eager Loading Feature
Hi all, Looks like things are moving forward, and that's great to see! Just curious if
unread,
Eager Loading Feature
Hi all, Looks like things are moving forward, and that's great to see! Just curious if
10/20/16