About pg dialects INTERVAL NodaTime.Duration etc
              
              #3674
            
            
              
                Unanswered
              
          
                  
                    
                      mwpowellhtx
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| I guess it should be TimeSpan, but I actually do not know what is that interval type in PostgreSql. There is no mapping for it built in NHibernate. You may add it by providing your own dialect class, if a suitable NHibernate type exists. Otherwise, an user type should be used. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I see that potentially there are
pgdialects, which is fantastic.Specifically, I need to understand from a language level as much as from the database level, what is the
dotnetcsharptranslation forINTERVAL? Which I specifically require as a seamless mapping fromEF coretoNH coremappingNodaTime.Duration, for starters. Perhaps also talking aboutNodaTime.Intervaland on from there.Not sure how much
HQLlevel support I would need, just to get the mappings themselves on their feet properly.Best, and thank you!
Beta Was this translation helpful? Give feedback.
All reactions