postgresql

PostgreSQL intégré

Existe-t-il un PostgreSQL intégré afin que nous puissions tester en unité notre application pilotée par PostgreSQL? Puisque ... reSQL a quelques dialectes, il est préférable d'utiliser PostgreSQL intégré lui-même que d'autres bases de données intégrées.

log4j postgres en Java EE

Après de nombreuses recherches sur le sujet, je pense finalement que la solution de mon problème est de vous demander. Mon p ... se initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Utilisez un fichier de migration SQL dans l'API Java Flyway

Je ne sais pas si cela est possible, mais j'essaie de charger une migration enregistrée dans un fichier SQL par programme via ... tout le reste, alors migrate ne reconstruit pas à partir de la ligne de base précédente. Toute aide est appréciée! Merci!

EFFECTUER pg notifier BatchUpdateException erreur 0

J'utilise hibernate pour insérer plusieurs enregistrements dans une table "Stock", cette table a un déclencheur qui appelle l ... ypes. You might need to add explicit type casts. Context: PL/pgSQL function wmsdb00343.notify_change() line 20 at assignment

Comment stocker des fichiers doc, jpeg, pdf dans PostgreSQL en utilisant java

Dans une application Web, je souhaite stocker tous les fichiers doc, jpeg et pdf dans la base de données PostgreSQL. Je sais ... technologie hibernate. EST-il nécessaire d' créer une requête nativeSQL? Tous les pointeurs pour ce problème seront utiles.

Java.lang.IllegalArgumentException: Trop de lettres de motif: m

J'essaie de convertir cette chaîne en java LocalDateTime String str = "2016-09-29 09:54:27.850373" DateTim ... Time.parse(str, formatter); Mais j'obtiens cette erreur: java.lang.IllegalArgumentException: Too many pattern letters: m

comment détecter MSVCR120.dll est manquant avec le projet java

Je viens d'indonésien et je ne parle pas anglais Je prévois d'exécuter le binaire postgresql avec mon projet (avec JAVA) pou ... ) { Logger.getLogger(FrameRunCommandLine.class.getName()).log(Level.SEVERE, null, ex); } Merci avant...

Comment utiliser ExpectJ pour appeler pg dump (sur PostgreSQL 8.4) en Java?

J'ai vu ce problème à de nombreux endroits, c'est-à-dire le problème avec les sauvegardes programmatiques à partir de Postgre ... mot de passe, mais ExpectJ ne reçoit pas l'invite pour une raison quelconque. Toute aide serait très appréciée. Merci, Matt

PTC Thingworx: exception de pointeur null java

TW 6.5.5 avec postgres correctement configuré, après le déploiement correct du fichier war, fournissez une exception de point ... WorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] *** Web Application STATE is being set to ERROR! ***

PostgreSQL incorporato

Esiste un PostgreSQL incorporato in modo da poter testare unitariamente la nostra applicazione guidata da PostgreSQL? Poiché PostgreSQL ha alcuni dialetti, è meglio usare PostgreSQL incorporato stesso rispetto ad altri database incorporati.

log4j postgres in Java EE

Dopo molte ricerche sull'argomento penso finalmente che la soluzione del mio problema sia chiedertelo. Quindi il mio problem ... se initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Utilizzare un file di migrazione SQL nell'API Java Flyway

Non sono sicuro che ciò sia possibile, ma sto cercando di caricare una migrazione salvata in un file SQL a livello di codice ... l resto, quindi la migrazione non viene ricostruita dalla linea di base precedente. Qualsiasi aiuto è apprezzato! Grazie!

ESEGUIRE pg notify errore BatchUpdateException 0

Sto usando hibernate per inserire più record in una tabella "Stock", questa tabella ha un trigger che chiama l'evento PERFORM ... ypes. You might need to add explicit type casts. Context: PL/pgSQL function wmsdb00343.notify_change() line 20 at assignment

Come memorizzare file doc, jpeg, pdf in PostgreSQL usando java

In un'applicazione Web voglio memorizzare tutti i file doc, jpeg, pdf nel database PostgreSQL. So che può anche essere fatto ... la tecnologia java, hibernate. È necessario creare query nativeSQL? Qualsiasi suggerimento per questo problema sarà utile.

Java.lang.IllegalArgumentException: Troppe lettere del modello: m

Provo a convertire questa stringa in java LocalDateTime String str = "2016-09-29 09:54:27.850373" DateTimeF ... ateTime.parse(str, formatter); Ma ottengo questo errore: java.lang.IllegalArgumentException: Too many pattern letters: m

come rilevare MSVCR120.dll mancante con il progetto java

Vengo dall'indonesiano e non so parlare inglese Pianifico di eseguire postgresql binario con il mio progetto (Con JAVA) per ... { Logger.getLogger(FrameRunCommandLine.class.getName()).log(Level.SEVERE, null, ex); } Grazie prima...

Come dovrei usare ExpectJ per chiamare pg dump (su PostgreSQL 8.4) in Java?

Ho visto questo problema in molti posti, vale a dire il problema con la creazione di backup a livello di codice da PostgreSQL ... de una password, ma ExpectJ non riceve il prompt per qualche motivo. Qualsiasi aiuto sarebbe molto apprezzato. Grazie, Matt

PTC Thingworx: eccezione del puntatore nullo java

TW 6.5.5 con postgres configurato correttamente, dopo la corretta distribuzione del file war, fornire un'eccezione di puntato ... WorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] *** Web Application STATE is being set to ERROR! ***

Create a PostgreSQL database using an SQL script for a java application

I am making an application on Java with a small local database and I need this database to be created using an sql file. That ... maintainer SUPERUSER CREATEROLE CREATEDB; Tell me, will it work and create a database and if so, how do I run this script?

Data exchange between JavaScript and PostgreSQL (WITHOUT node.js)

Please tell me how you can "make friends" with JS and PG? As far as I understand, this can't be done directly from the browse ... tly passes them to JS for their corresponding output on the front?! I will be glad to receive answers and bright thoughts )))