gmane.comp.python.db archive

419 archived articles, newest first (page 4 of 5). Latest articles →

Re: Improved support for prepared SQL statements
Wed, 17 Dec 2014 14:31:02 +0100
"M.-A. Lemburg" <[email protected]> • #3778
SQLObject 1.7.2
Sun, 14 Dec 2014 15:52:49 +0100
Oleg Broytman <[email protected]> • #3777
Re: Improved support for prepared SQL statements
Tue, 9 Dec 2014 12:24:01 +0000
Daniele Varrazzo <[email protected]> • #3776
Re: Improved support for prepared SQL statements
Tue, 09 Dec 2014 10:40:44 +0100
"M.-A. Lemburg" <[email protected]> • #3775
Improved support for prepared SQL statements
Sun, 07 Dec 2014 22:06:36 +0100
SF Markus Elfring <[email protected]> • #3774
SQLObject 1.7.0
Mon, 8 Dec 2014 22:34:43 +0100
Oleg Broytman <[email protected]> • #3773
ANN: eGenix mxODBC Connect 2.1.2 - Python Database Interface
Tue, 02 Dec 2014 10:17:54 +0100
"eGenix Team: M.-A. Lemburg" <[email protected]> • #3772
Re: Python: convert Hijri to Gregorian Date and vice versa
Mon, 24 Nov 2014 21:01:03 +0100
"M.-A. Lemburg" <[email protected]> • #3771
Python: convert Hijri to Gregorian Date and vice versa
Thu, 20 Nov 2014 10:52:52 +0100
Lucie Krennwallner <[email protected]> • #3770
ANN: eGenix mxODBC Connect 2.1.1 - Python Database Interface
Wed, 19 Nov 2014 09:56:22 +0100
"eGenix Team: M.-A. Lemburg" <[email protected]> • #3769
SQLObject 1.6.1
Sun, 26 Oct 2014 14:42:16 +0100
Oleg Broytman <[email protected]> • #3768
Re: dsn syntax
Thu, 21 Aug 2014 14:57:49 +0200
"M.-A. Lemburg" <[email protected]> • #3767
Re: dsn syntax
Thu, 21 Aug 2014 09:06:10 +1000
Andy Todd <[email protected]> • #3766
dsn syntax
Wed, 20 Aug 2014 16:58:47 +0000
"Wilson, Derek S" <[email protected]> • #3765
ANN: eGenix mxODBC 3.3.1 - Python ODBC Database Interface
Wed, 09 Jul 2014 09:41:04 +0200
"eGenix Team: M.-A. Lemburg" <[email protected]> • #3764
Re: how greedy should cursor.fetchmany be?
Wed, 11 Jun 2014 06:55:46 +0100
Tony Locke <[email protected]> • #3763
Re: how greedy should cursor.fetchmany be?
Wed, 11 Jun 2014 10:55:44 +0200
"M.-A. Lemburg" <[email protected]> • #3762
how greedy should cursor.fetchmany be?
Tue, 10 Jun 2014 18:06:25 -0700
Daniel Lenski <[email protected]> • #3761
ANN: eGenix mxODBC Connect 2.1.0 - Python ODBC Database Interface
Wed, 28 May 2014 10:14:27 +0200
"eGenix Team: M.-A. Lemburg" <[email protected]> • #3760
SQLObject 1.6.0
Thu, 15 May 2014 17:57:36 +0200
Oleg Broytman <[email protected]> • #3759
Announcing adodbapi version 2.6
Thu, 1 May 2014 18:48:34 -0600
"Vernon D. Cole" <[email protected]> • #3758
ANN: eGenix mxODBC Connect 2.0.5 - Python ODBC Database Interface
Thu, 24 Apr 2014 10:47:28 +0200
"eGenix Team: M.-A. Lemburg" <[email protected]> • #3757
stored procedure writing contest (not really, but please contribute)
Fri, 18 Apr 2014 11:18:28 -0600
"Vernon D. Cole" <[email protected]> • #3756
Re: Prepared statements in python drivers
Wed, 9 Apr 2014 19:13:34 +0900
INADA Naoki <[email protected]> • #3755
SQLObject 1.5.2
Sun, 13 Apr 2014 14:29:13 +0200
Oleg Broytman <[email protected]> • #3754
Re: Prepared statements in python drivers
Wed, 09 Apr 2014 11:24:22 +0200
Federico Di Gregorio <[email protected]> • #3753
Re: Prepared statements in python drivers
Wed, 9 Apr 2014 11:49:33 +0900
INADA Naoki <[email protected]> • #3752
ANN: eGenix mxODBC 3.3.0 - Python ODBC Database Interface
Tue, 08 Apr 2014 09:18:24 +0200
"eGenix Team: M.-A. Lemburg" <[email protected]> • #3751
Re: Prepared statements in python drivers
Tue, 8 Apr 2014 00:52:32 -0600
"Vernon D. Cole" <[email protected]> • #3750
Re: Prepared statements in python drivers
Mon, 07 Apr 2014 17:21:55 -0400
Peter Eisentraut <[email protected]> • #3749
Re: Prepared statements in python drivers
Thu, 27 Mar 2014 11:52:27 +0100
Federico Di Gregorio <[email protected]> • #3748
Re: Prepared statements in python drivers
Thu, 27 Mar 2014 11:46:14 +0100
"M.-A. Lemburg" <[email protected]> • #3747
Re: Prepared statements in python drivers
Thu, 27 Mar 2014 11:28:12 +0100
"M.-A. Lemburg" <[email protected]> • #3746
Re: Prepared statements in python drivers
Wed, 26 Mar 2014 19:38:29 +0000
Tony Locke <[email protected]> • #3745
Re: cursor.callfunc() (was: More tightly defining Cursor.callproc in PEP 249)
Wed, 26 Mar 2014 01:22:35 +0100
"M.-A. Lemburg" <[email protected]> • #3744
Re: More tightly defining Cursor.callproc in PEP 249
Tue, 25 Mar 2014 00:06:39 +0100
"M.-A. Lemburg" <[email protected]> • #3743
Re: Prepared statements in python drivers
Mon, 24 Mar 2014 18:07:58 +0100
"M.-A. Lemburg" <[email protected]> • #3742
Prepared statements in python drivers
Mon, 24 Mar 2014 16:53:53 +0000
Daniele Varrazzo <[email protected]> • #3741
More tightly defining Cursor.callproc in PEP 249
Thu, 13 Mar 2014 15:50:24 -0500
Skip Montanaro <[email protected]> • #3740
ANN: eGenix mxODBC Connect 2.0.4 - Python ODBC Database Interface
Wed, 12 Feb 2014 10:28:31 +0100
"eGenix Team: M.-A. Lemburg" <[email protected]> • #3739
SQLObject 1.5.1
Sun, 15 Dec 2013 16:43:25 +0100
Oleg Broytman <[email protected]> • #3738
Re: Oracle+SQLA: Where are my tables?
Wed, 20 Nov 2013 10:46:59 -0700 (MST)
"John W. Shipman" <[email protected]> • #3737
Re: Oracle+SQLA: Where are my tables?
Wed, 20 Nov 2013 10:08:01 -0500
Michael Bayer <[email protected]> • #3736
Oracle+SQLA: Where are my tables?
Tue, 19 Nov 2013 18:27:28 -0700 (MST)
"John W. Shipman" <[email protected]> • #3735
Re: asyncio support
Tue, 12 Nov 2013 20:03:12 +0900
INADA Naoki <[email protected]> • #3734
Re: asyncio support
Tue, 12 Nov 2013 11:41:02 +0100
"M.-A. Lemburg" <[email protected]> • #3733
Re: asyncio support
Tue, 12 Nov 2013 10:14:05 -0500
Michael Bayer <[email protected]> • #3732
Re: asyncio support
Tue, 12 Nov 2013 15:51:14 +0100
"M.-A. Lemburg" <[email protected]> • #3731
Re: asyncio support
Mon, 11 Nov 2013 18:43:38 +0900
INADA Naoki <[email protected]> • #3730
Re: Iterable cursor as part of core rather than an extension in DBAPI 3
Sat, 9 Nov 2013 15:39:51 +0000
Tony Locke <[email protected]> • #3729
Re: asyncio support
Sun, 10 Nov 2013 20:49:35 +0000
Tony Locke <[email protected]> • #3728
asyncio support
Fri, 25 Oct 2013 16:27:55 +0900
INADA Naoki <[email protected]> • #3727
Re: Iterable cursor as part of core rather than an extension in DBAPI 3
Fri, 25 Oct 2013 11:31:49 +0100
Daniele Varrazzo <[email protected]> • #3726
Re: Iterable cursor as part of core rather than an extension in DBAPI 3
Thu, 24 Oct 2013 23:59:39 -0600
"Vernon D. Cole" <[email protected]> • #3725
Iterable cursor as part of core rather than an extension in DBAPI 3
Thu, 24 Oct 2013 10:57:31 +0100
Tony Locke <[email protected]> • #3724
SQLObject 1.5.0
Sat, 5 Oct 2013 16:57:09 +0400
Oleg Broytman <[email protected]> • #3723
Re: DBAPI 3.0: Unified parameter style
Sat, 21 Sep 2013 14:55:07 +0100
Tony Locke <[email protected]> • #3722
SQL Alchemy Database Architecture Question
Wed, 18 Sep 2013 10:23:03 -0700
"Weissberger, Daniel" <[email protected]> • #3721
Re: DBAPI 3.0: Unified parameter style
Tue, 17 Sep 2013 13:41:56 +0100
"Vernon D. Cole" <[email protected]> • #3720
Re: DBAPI 3.0: Unified parameter style
Tue, 17 Sep 2013 13:30:56 +0100
"Vernon D. Cole" <[email protected]> • #3719
Re: DBAPI 3.0: Unified parameter style
Tue, 17 Sep 2013 13:52:06 +0200
Christoph Zwerschke <[email protected]> • #3718
Re: DBAPI 3.0: Unified parameter style
Mon, 16 Sep 2013 09:51:21 +0200
"M.-A. Lemburg" <[email protected]> • #3717
DBAPI 3.0: Unified parameter style
Fri, 13 Sep 2013 18:54:35 +0100
Tony Locke <[email protected]> • #3716
Re: mysql module embeds params in command string
Fri, 19 Jul 2013 10:53:54 -0400
Michael Bayer <[email protected]> • #3715
Re: mysql module embeds params in command string
Thu, 18 Jul 2013 23:06:50 -0500
Carl Karsten <[email protected]> • #3714
Re: mysql module embeds params in command string
Thu, 18 Jul 2013 23:54:26 -0400
Michael Bayer <[email protected]> • #3713
Re: mysql module embeds params in command string
Thu, 18 Jul 2013 22:03:54 -0500
Carl Karsten <[email protected]> • #3712
Re: mysql module embeds params in command string
Thu, 18 Jul 2013 10:08:25 -0400
Michael Bayer <[email protected]> • #3711
Re: mysql module embeds params in command string
Thu, 18 Jul 2013 15:55:42 +0200
"M.-A. Lemburg" <[email protected]> • #3710
mysql module embeds params in command string
Thu, 18 Jul 2013 08:38:24 -0500
Carl Karsten <[email protected]> • #3709
Re: pymssql error (was: PEP 249)
Thu, 18 Jul 2013 09:24:22 +0200
"M.-A. Lemburg" <[email protected]> • #3708
PEP 249
Thu, 18 Jul 2013 01:56:42 -0300
ISRAEL DA-COSTA-HOMEM <[email protected]> • #3707
Fwd: Check out the Techblog about NuoDB's Python driver: Pynuodb!
Fri, 28 Jun 2013 15:55:08 -0400
Lindsey Hoyem <[email protected]> • #3706
Notice: Restriction on adodbapi remote with Pyro4 v 2.20
Thu, 13 Jun 2013 19:39:42 +0100
"Vernon D. Cole" <[email protected]> • #3705
Re: Make Python/SQL integration even smoother
Thu, 06 Jun 2013 09:37:44 +0200
Federico Di Gregorio <[email protected]> • #3703
Re: Make Python/SQL integration even smoother
Wed, 05 Jun 2013 21:07:18 +0200
"M.-A. Lemburg" <[email protected]> • #3702
Re: Make Python/SQL integration even smoother
Tue, 04 Jun 2013 22:31:38 +0200
"M.-A. Lemburg" <[email protected]> • #3701
adodbapi version 2.5.0 released
Tue, 4 Jun 2013 13:30:09 -0600
"Vernon D. Cole" <[email protected]> • #3700
Re: Make Python/SQL integration even smoother
Tue, 04 Jun 2013 09:28:53 +0200
Federico Di Gregorio <[email protected]> • #3699
Make Python/SQL integration even smoother
Mon, 3 Jun 2013 20:05:32 +0200
big stone <[email protected]> • #3698
SQLObject 1.3.3 and 1.4.1
Sun, 26 May 2013 21:37:46 +0400
Oleg Broytman <[email protected]> • #3697
Re: bind parameters and empty parameter lists
Fri, 24 May 2013 10:00:48 -0700
Chris Clark <[email protected]> • #3696
Re: bind parameters and empty parameter lists
Fri, 24 May 2013 17:53:39 +0100
Daniele Varrazzo <[email protected]> • #3695
Re: bind parameters and empty parameter lists
Fri, 24 May 2013 08:54:13 -0700
Chris Clark <[email protected]> • #3694
Re: bind parameters and empty parameter lists
Fri, 24 May 2013 10:23:41 +0200
"M.-A. Lemburg" <[email protected]> • #3693
Re: Escaping parameter markers
Fri, 24 May 2013 10:08:13 +0200
"M.-A. Lemburg" <[email protected]> • #3692
Re: bind parameters
Thu, 23 May 2013 14:37:31 -0700
Chris Clark <[email protected]> • #3691
bind parameters
Thu, 23 May 2013 13:33:20 -0700
Chris Clark <[email protected]> • #3690
Re: Escaping parameter markers
Thu, 23 May 2013 13:27:53 -0700
Chris Clark <[email protected]> • #3689
Re: paramstyle specification
Thu, 23 May 2013 12:24:41 -0400
Michael Bayer <[email protected]> • #3688
Re: paramstyle specification
Thu, 23 May 2013 17:47:12 +0200
"M.-A. Lemburg" <[email protected]> • #3687
Escaping parameter markers
Thu, 23 May 2013 17:44:35 +0200
"M.-A. Lemburg" <[email protected]> • #3686
Re: paramstyle specification
Thu, 23 May 2013 16:59:27 +0200
"M.-A. Lemburg" <[email protected]> • #3685
Re: paramstyle specification
Wed, 22 May 2013 16:54:25 +0300
Niki Spahiev <[email protected]> • #3684
Re: paramstyle specification (was: Two sample implementations of ['named', 'qmark'] auto switch (a report))
Wed, 22 May 2013 02:58:45 -0600
"Vernon D. Cole" <[email protected]> • #3683
Re: API 3.0 limiting paramstyle to ['named', 'qmark'] is okay. ('format' is not desirable)
Wed, 22 May 2013 08:44:15 +0200
"Dieter Maurer" <[email protected]> • #3682
Re: paramstyle specification (was: Two sample implementations of ['named', 'qmark'] auto switch (a report))
Wed, 22 May 2013 01:04:44 +0100
Daniele Varrazzo <[email protected]> • #3681
Re: paramstyle specification
Tue, 21 May 2013 18:52:39 -0400
Michael Bayer <[email protected]> • #3680
Re: paramstyle specification
Tue, 21 May 2013 16:07:21 -0600
"Vernon D. Cole" <[email protected]> • #3679
Re: paramstyle specification
Tue, 21 May 2013 15:58:57 -0500
Carl Karsten <[email protected]> • #3678
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.