Groups
Groups
Sign in
Groups
Groups
orbroker
Conversations
About
Send feedback
Help
orbroker
1–25 of 26
O/R Broker
Mark all as read
Report group
0 selected
Nils Kilden-Pedersen
7/17/14
O/R Broker 4.0
I've pushed the initial code for 4.0 to github. https://github.com/nilskp/orbroker There are only
unread,
O/R Broker 4.0
I've pushed the initial code for 4.0 to github. https://github.com/nilskp/orbroker There are only
7/17/14
Dian Fay
,
Nils Kilden-Pedersen
11
3/19/13
JoinGroup acts as if parent key has changed/Statement returned more than one row
oh fantastic, thanks! On Tuesday, March 19, 2013 11:23:22 AM UTC-4, Nils Kilden-Pedersen wrote: On
unread,
JoinGroup acts as if parent key has changed/Statement returned more than one row
oh fantastic, thanks! On Tuesday, March 19, 2013 11:23:22 AM UTC-4, Nils Kilden-Pedersen wrote: On
3/19/13
Jeff Shutt
, …
Nils Kilden-Pedersen
4
3/8/13
Scala 2.10 version?
Thanks for confirming this. On Friday, March 8, 2013 9:12:39 AM UTC-6, Dian Fay wrote: 3.2 compiles
unread,
Scala 2.10 version?
Thanks for confirming this. On Friday, March 8, 2013 9:12:39 AM UTC-6, Dian Fay wrote: 3.2 compiles
3/8/13
Cristian Vrabie
,
Nils Kilden-Pedersen
3
8/3/12
Inserting special types
Nice. This should be in the wiki. There is also some other good documentation in the docs folder if
unread,
Inserting special types
Nice. This should be in the wiki. There is also some other good documentation in the docs folder if
8/3/12
Cristian Vrabie
,
Nils Kilden-Pedersen
4
8/2/12
Batch Insert
On Thu, Aug 2, 2012 at 3:15 PM, Cristian Vrabie <cristia...@gmail.com> wrote: Whoa! I didn
unread,
Batch Insert
On Thu, Aug 2, 2012 at 3:15 PM, Cristian Vrabie <cristia...@gmail.com> wrote: Whoa! I didn
8/2/12
Cristian Vrabie
,
Nils Kilden-Pedersen
4
8/2/12
ORBroker transactions in LiftWeb
Yes, I understand. And it will probably work if you have no 2PC or needs to access JDBC outside of O/
unread,
ORBroker transactions in LiftWeb
Yes, I understand. And it will probably work if you have no 2PC or needs to access JDBC outside of O/
8/2/12
Cristian Vrabie
,
Nils Kilden-Pedersen
3
8/2/12
Is the project still alive?
This is great! Thanks very much! I'll post some questions I have on separate threads and I'll
unread,
Is the project still alive?
This is great! Thanks very much! I'll post some questions I have on separate threads and I'll
8/2/12
Allan
, …
Nicholas Ustinov
8
7/19/12
Connection pooling
Here are the steps to add connection pooling to OR Broker using BoneCP connection pooling in Oracle
unread,
Connection pooling
Here are the steps to add connection pooling to OR Broker using BoneCP connection pooling in Oracle
7/19/12
ScalaNovice
,
Nils Kilden-Pedersen
3
3/28/12
Handling joins where data found in one table is optional
Thank you for the quick reply and explaination. That certainly did the trick. On Mar 28, 3:28 pm,
unread,
Handling joins where data found in one table is optional
Thank you for the quick reply and explaination. That certainly did the trick. On Mar 28, 3:28 pm,
3/28/12
Kari Tuomainen
, …
Nicholas Ustinov
4
3/1/12
Problem with insert & Oracle
inlining is the best way. trigger leads to one more context switch SQL - PL/SQL - SQL fetching values
unread,
Problem with insert & Oracle
inlining is the best way. trigger leads to one more context switch SQL - PL/SQL - SQL fetching values
3/1/12
Dinko Srkoč
,
Nils Kilden-Pedersen
3
12/15/11
State of autoCommit after transaction
Hi Nils, Thanks for the quick reply. On Thursday, 15 December 2011 14:27:31 UTC+1, Nils wrote: On Thu
unread,
State of autoCommit after transaction
Hi Nils, Thanks for the quick reply. On Thursday, 15 December 2011 14:27:31 UTC+1, Nils wrote: On Thu
12/15/11
Nils
12/7/11
O/R Broker 3.2.1 released
Small bugfix to Velocity/FreeMarker detection.
unread,
O/R Broker 3.2.1 released
Small bugfix to Velocity/FreeMarker detection.
12/7/11
Nils
, …
Yuesong Wang
4
12/7/11
O/R Broker 3.2 released
No, you've found a bug. The current detection assumes that a loop or if statement is present.
unread,
O/R Broker 3.2 released
No, you've found a bug. The current detection assumes that a loop or if statement is present.
12/7/11
gobagoo
,
Nils
7
12/2/11
Loop variable in SQL
With the release of 3.2 there is now built-in support for the IN predicate: http://code.google.com/p/
unread,
Loop variable in SQL
With the release of 3.2 there is now built-in support for the IN predicate: http://code.google.com/p/
12/2/11
Jeff
,
Nils Kilden-Pedersen
15
10/20/11
Junction Table Example
On Thu, Oct 20, 2011 at 12:06 PM, Jeff Thorne <jeff....@gmail.com> wrote: that it is curried
unread,
Junction Table Example
On Thu, Oct 20, 2011 at 12:06 PM, Jeff Thorne <jeff....@gmail.com> wrote: that it is curried
10/20/11
london_coder
,
Nils
4
10/11/11
an example stored procedure invocation
Stored procedure usage may or may not work easily, depending on which RDBMS and JDBC driver you'
unread,
an example stored procedure invocation
Stored procedure usage may or may not work easily, depending on which RDBMS and JDBC driver you'
10/11/11
Jeff Shutt
,
Nils Kilden-Pedersen
2
9/29/11
What is the purpose for using symbols?
Symbol instances in Scala are always singleton instances. That means that the equality is determined
unread,
What is the purpose for using symbols?
Symbol instances in Scala are always singleton instances. That means that the equality is determined
9/29/11
Jeff Shutt
, …
Nils Kilden-Pedersen
10
9/29/11
How do you use an 'IN' clause?
I ended up just creating these: def buildParameterString(seq: Seq[_], name: String) = (0 until seq.
unread,
How do you use an 'IN' clause?
I ended up just creating these: def buildParameterString(seq: Seq[_], name: String) = (0 until seq.
9/29/11
Eduardo M. Cavalcanti
,
Nils Kilden-Pedersen
5
9/21/11
dynamic queries with FreeMarker
Thanks for the clarification, Nils. On 21/09/2011 13:00, Nils Kilden-Pedersen wrote: Oh, I remember
unread,
dynamic queries with FreeMarker
Thanks for the clarification, Nils. On 21/09/2011 13:00, Nils Kilden-Pedersen wrote: Oh, I remember
9/21/11
gobagoo
,
Nils Kilden-Pedersen
3
8/31/11
transaction/transactional/readonly
Hey Nils, Thanks for the great (and very detailed) answer. I see what you mean regarding passing the
unread,
transaction/transactional/readonly
Hey Nils, Thanks for the great (and very detailed) answer. I see what you mean regarding passing the
8/31/11
Eduardo M. Cavalcanti
,
Nils
2
8/22/11
Orbroker 3.2
Mostly a refactoring of the callback interfaces to allow for logging both before and after execution.
unread,
Orbroker 3.2
Mostly a refactoring of the callback interfaces to allow for logging both before and after execution.
8/22/11
Eduardo M. Cavalcanti
, …
Nils
7
6/28/11
Example with SQL placed in code
Thank you, Nils. By the way, I have been using Orbroker with pleasure. On 28/06/2011 10:00, Nils
unread,
Example with SQL placed in code
Thank you, Nils. By the way, I have been using Orbroker with pleasure. On 28/06/2011 10:00, Nils
6/28/11
Eduardo M. Cavalcanti
,
Nils Kilden-Pedersen
2
6/22/11
ORA-12519: TNS:no appropriate service handler found
Yes, the SimpleDataSource is only really meant for the odd JDBC implementation without a DataSource.
unread,
ORA-12519: TNS:no appropriate service handler found
Yes, the SimpleDataSource is only really meant for the odd JDBC implementation without a DataSource.
6/22/11
Eduardo M. Cavalcanti
,
Nils Kilden-Pedersen
3
6/7/11
ParmConverters for Enumeration#Value and org.joda.time.LocalDateTime
Hi, Thanks for reply. In the case of the Enumeration Value converter, maybe this is even better:
unread,
ParmConverters for Enumeration#Value and org.joda.time.LocalDateTime
Hi, Thanks for reply. In the case of the Enumeration Value converter, maybe this is even better:
6/7/11
akapaka
,
Nicholas Ustinov
2
2/10/11
Source Encoding
Hello! I've checked sources, they are in utf8. in eclipse in two places i've changed encoding
unread,
Source Encoding
Hello! I've checked sources, they are in utf8. in eclipse in two places i've changed encoding
2/10/11
newf
,
Nils Kilden-Pedersen
7
1/25/11
About statement IDs, dynamic SQL and parameter Metadata
On Tue, Jan 25, 2011 at 2:59 AM, newf <nust...@gmail.com> wrote: i think param name to index
unread,
About statement IDs, dynamic SQL and parameter Metadata
On Tue, Jan 25, 2011 at 2:59 AM, newf <nust...@gmail.com> wrote: i think param name to index
1/25/11