DB2 is not officially supported by Doctrine. Doctrine does have code for it, but doesn't advertise this because the DB2 extension themselves are pretty bad code and segfault the Doctrine testsuite. Ttherefore dont allow us to run the suite with the tests we ran for all the other drivers and we can't verify if the behavior is equal to the behavior of all the other drivers. Also we only support one flavour of DB2, i don't remember exactly which one that was (its the one built into the Linux DB2 code)
You can use Doctrine DBAL or ORM with DB2 by using the "pdo_ibm" or "ibm_db2" driver keys. greetings, Benjamin On Fri, Nov 4, 2011 at 11:31 AM, David Buchmann <[email protected]>wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hi, > > symfony itself does not have to do anything with databases, it is a > framework and not a database driver. it bundles doctrine, which is what > you probably tried to use. > try to see if you find information on http://www.doctrine-project.org > and if not, i guess the best place to ask is the doctrine user > mailinglist: http://groups.google.com/group/doctrine-user > > cheers,david > > Am 03.11.2011 12:17, schrieb doflip: > > Hi all, > > > > I'm trying to connect Symfony to DB2 running in a AS/400 system, but > > for some reason or another I'm not able to connect. > > > > First, is it possible/suported? > > > > Can someone point me to any kind of documentation or example? > > > > Thank you in advance. > > > > - -- > Liip AG // Agile Web Development // T +41 26 422 25 11 > CH-1700 Fribourg // PGP 0xA581808B // www.liip.ch > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk6zvvcACgkQqBnXnqWBgIsKSQCbBpF8iq8D90L+y6WHLW/nEzvj > dCIAmweCIPxfwDbR9lL1QF4rauRzSSM1 > =jvjN > -----END PGP SIGNATURE----- > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
