~psycopg/psycopg/2.0.x

290 by Federico Di Gregorio
Aggressive threading on fetch (and a new bug!)
1
<Combine name="psycopg2" fileversion="2.0">
379 by Federico Di Gregorio
Modified executemany() to return modified rows count
2
  <Policies>
3
    <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="True" NoTabsAfterNonTabs="False" RemoveTrailingWhitespace="True" />
4
  </Policies>
290 by Federico Di Gregorio
Aggressive threading on fetch (and a new bug!)
5
  <Configurations active="Debug">
6
    <Configuration name="Debug" ctype="CombineConfiguration">
7
      <Entry build="True" name="psycopg2" configuration="Debug" />
8
    </Configuration>
9
    <Configuration name="Release" ctype="CombineConfiguration">
10
      <Entry build="True" name="psycopg2" configuration="Release" />
11
    </Configuration>
12
  </Configurations>
13
  <StartMode startupentry="psycopg2" single="True">
14
    <Execute type="None" entry="psycopg2" />
15
  </StartMode>
16
  <Entries>
378 by Federico Di Gregorio
Added adapter to handle float('inf') and float('nan')
17
    <Entry filename="psycopg2.mdp" />
290 by Federico Di Gregorio
Aggressive threading on fetch (and a new bug!)
18
  </Entries>
379 by Federico Di Gregorio
Modified executemany() to return modified rows count
19
</Combine>