using the nextval('sequence_name') in sql, the result maybe is not right

2018-09-26 Thread Wanglin
" select * from tx1 where id2 = nextval('seq1')" equals " select * from tx1 where id2 = 2", is it ? Thanks, Wanglin

[no subject]

2014-12-12 Thread wanglin
subscribe ceph-devel -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[Python-Dev] make test

2013-01-08 Thread Xu Wanglin
When I run the test, i got these: ... ... testShareLocal (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' testTypes (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' == ERROR: test_idna