#jython IRC Log (v0.9)

Index

IRC Log for 2014-08-18

Timestamps are in GMT/BST.

[1:10] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[7:24] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Quit: Ex??re)
[7:26] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: No route to host)
[8:28] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[9:51] <topi`> anything new while i've been away?
[10:25] * yecril71pl (51d2144a@gateway/web/freenode/ip.81.210.20.74) has joined #jython
[10:25] * yecril71pl (51d2144a@gateway/web/freenode/ip.81.210.20.74) Quit (Changing host)
[10:25] * yecril71pl (51d2144a@opensuse/member/yecril71pl) has joined #jython
[10:26] <yecril71pl> The list moderator does not review messages for approval
[10:30] <yecril71pl> Issue 2193 created
[10:59] * ebarrett_ is now known as ebarrett
[11:13] <paolo> do you know if adding my login name to the "nosy list" is ok to subscribe to an issue?
[11:13] <paolo> i'm not confident with roundup
[11:19] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[11:33] <paolo> i need to use sqlite project but it's not natively supported in jython (import sqlite3 -> ImportError)
[11:33] <paolo> i see i could use zxJDBC or jyjdbc for that
[11:33] <paolo> do you suggest one or the other?
[12:10] <paolo> hmm, just found this: [15:04] <jimbaker> yes, please go with jyjdbc. we really should remove, or at least heavily deprecate, zxjdbc
[12:10] <paolo> (IRC Log for 2013-12-18)
[12:42] * xemdetia (xemdetia@nat/ibm/x-febjatwqzxhxkrne) has joined #jython
[12:44] <topi`> paolo: I think I've used sqlite3 with jython
[12:44] <topi`> lemme test
[12:45] <topi`> yes, I used "org.sqlite.JDBC" in conjunction with jyjdbc
[12:46] <paolo> topi`: sqlite3 is not jet intgrated with jython, http://bugs.jython.org/issue1682864
[12:46] <topi`> paolo: IIRC sqlite3 in python has some parts written in C
[12:47] <paolo> for this reason i have to pass through the jdbc stuff, and opted for jyjdbc, which actually works :)
[12:47] <paolo> unfortunately i planned to use peewee as ORM, but it needs native support (import sqlite3 must work), not jdbc
[12:48] <paolo> so i'll use jdbc with an sql query builder (probably this one https://pypi.python.org/pypi/sqlbuilder)
[12:49] <topi`> I don't use ORMs much, I have one Django project though
[12:49] <topi`> it's pretty easy to form complex SQL queries just using python .format method
[12:50] <topi`> you can write your own context managers for doing stuff like "WHERE" etc...
[12:51] <paolo> it doesn't require to add 3rd party packages, i'll consider that.
[13:53] * xemdetia_ (xemdetia@nat/ibm/x-hfnzbytvsqblcfvj) has joined #jython
[13:56] * xemdetia (xemdetia@nat/ibm/x-febjatwqzxhxkrne) Quit (Ping timeout: 245 seconds)
[15:16] * yecril71pl (51d2144a@opensuse/member/yecril71pl) Quit (Ping timeout: 246 seconds)
[16:05] * xemdetia__ (xemdetia@nat/ibm/x-jfdzdamydsezddel) has joined #jython
[16:09] * xemdetia_ (xemdetia@nat/ibm/x-hfnzbytvsqblcfvj) Quit (Ping timeout: 264 seconds)
[16:59] * srcerer (~chatzilla@dns2.klsairexpress.com) has joined #jython
[17:18] * fwierzbicki1 (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)
[17:18] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[18:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 255 seconds)
[18:37] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:03] * xemdetia (xemdetia@nat/ibm/x-gtogweiisjrulmcm) has joined #jython
[20:06] * xemdetia__ (xemdetia@nat/ibm/x-jfdzdamydsezddel) Quit (Ping timeout: 244 seconds)
[20:22] * Oti (~ohumbel@adsl-178-39-175-168.adslplus.ch) has joined #jython
[21:06] * gthank (~gthank@unaffiliated/gthank) has joined #jython
[22:11] * mbooth (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) Quit (Ping timeout: 246 seconds)
[22:11] * mbooth_ (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) has joined #jython
[22:48] * xemdetia_ (xemdetia@nat/ibm/x-yxbrsrrvpgqbxnqv) has joined #jython
[22:52] * xemdetia (xemdetia@nat/ibm/x-gtogweiisjrulmcm) Quit (Ping timeout: 260 seconds)
[23:00] * xemdetia_ (xemdetia@nat/ibm/x-yxbrsrrvpgqbxnqv) Quit (Ping timeout: 244 seconds)
[23:14] * cjwelborn (cjwelborn@unaffiliated/cjwelborn) has joined #jython

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).