Commit Graph

18 Commits

Author SHA1 Message Date
Andrzej J.R. Hunt
cf9a6e84f5 Implement set[Float|Double]. (firebird-sdbc)
This commit somehow got lost on my old computer, so here it is
recreated.

Change-Id: Ib4001a21c92976fe0e3dea3778360ff67cbfa3a9
2013-09-06 21:27:57 +01:00
Andrzej J.R. Hunt
08081fffa0 CID#1079047 Uncaught exception. (firebird-sdbc)
In this case we can just pass the DisposedException (is a RuntimeException)
onto the calling methods.

Change-Id: I379974fd7998151d503020742ae7ae18cbdfaf7c
2013-09-06 08:41:00 +01:00
Andrzej J.R. Hunt
98862b0fde CID#1079045 CID#107946 Uncaught exception. (firebird-sdbc)
In this case we can just pass the DisposedException (is a RuntimeException)
onto the get* methods.

Change-Id: I97a3575709e2f50fa651a5d26c3029ed014630da
2013-09-06 08:41:00 +01:00
Andrzej J.R. Hunt
3a5fa58344 ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)
Change-Id: Iee897766841af980d93aeb73255c82851172601a
2013-09-03 19:41:33 +01:00
Andrzej J.R. Hunt
026fe9c53b Implement setTimeStamp. (firebird-sdbc)
Change-Id: I58907d42ec9e1b4098e2947fdb89b1ab264358a6
2013-08-30 11:33:12 +01:00
Andrzej J.R. Hunt
437dd0369a Cast pointer before dereferencing. (firebird-sdbc)
We have a char* pointing to arbitrary data hence we need to cast
to the right type, othwerwise we retrieve the first byte only.

Change-Id: I6d3d08d15105a506c140044008c5255a8a8e4c39
2013-08-30 11:33:12 +01:00
Andrzej J.R. Hunt
3f56234ecb Implement set[Date|Time]. (firebird-sdbc)
Change-Id: Ibf3bc34f316c0a299afc2e015ff4c49ad57099a5
2013-08-30 11:33:12 +01:00
Michael Stahl
250864d869 connectivity: firebird::OResultSet: convert to C++98
Change-Id: I9036539204789d0886a51fcbc3d821012cc9eaee
2013-08-26 20:26:39 +02:00
Andrzej J.R. Hunt
b3b560e295 Clean up PropertyHelper stuff, set ResultSet properties. (firebird-sdbc)
Change-Id: If2f2041b0f072f36fe56e92b9e54bbb0be8a5860
2013-08-26 18:52:14 +01:00
Andrzej J.R. Hunt
197688f3fd Actually set m_bIsAfterLast. (firebird-sdbc)
Change-Id: If8558fb53acd1175fa3fd8724a5febca4286abe6
2013-08-26 18:52:14 +01:00
Andrzej J.R. Hunt
33b011e6ff RefreshRow is unuspported. (firebird-sdbc)
Change-Id: Iec8e72a6236de83a1698e2d6e9dbcb609f0f858f
2013-08-23 10:32:20 +01:00
Andrzej J.R. Hunt
ab59b7176f Remove unsupported XRowLocate/XDeleteRows (firebird-sdbc)
Change-Id: I74bf84c8aae4d4ba6b9a2a9ca497ed0cbc092d35
2013-08-23 10:32:19 +01:00
Andrzej J.R. Hunt
f69b198ded Remove unsupporte XRowUpdate/XResultSetUpdate. (firebird-sdbc)
Change-Id: I3b9f8c7199e66f90e1573069996962294793d95e
2013-08-23 10:32:19 +01:00
Andrzej J.R. Hunt
aca3d35a3b Free SQLVAR as appropriate. (firebird-sdbc)
Change-Id: I5742e178baa85f3faf80d95f57fed248f7984793
2013-08-15 20:31:14 +01:00
Andrzej J.R. Hunt
6044f52c5e Improve statement handle handling.
Change-Id: I81809634600c580bb50843e697071d62bc6802a4
2013-08-11 16:05:08 +01:00
Andrzej J.R. Hunt
af0e281eed Remove unnecessary duplication.
Change-Id: Ie7b507f477f7591f9198a1cba6506dd6adec1f1b
2013-08-11 16:05:07 +01:00
Andrzej J.R. Hunt
eb5e9ab4c4 Clean up statement handle on closing ResultSet. (firebird-sdbc)
Change-Id: I7e59c1939651cc55090ca3a5f1a9a388d685dc43
2013-08-07 18:23:36 +01:00
Andrzej J.R. Hunt
da25756ba9 Remove unnecessary F- prefix for firebird-sdbc files.
Change-Id: I6574ef7fd1c26770a74b2d1f2b0d997fcca97779
2013-07-31 16:06:58 +02:00